The following document includes information and notes required for using the CallAPI for NSK.
1. |
CallAPI and utility |
---|
The utility UCXBNS1C is part of the AE package. It may be called from the command line of the relevant operating system, from a script or a job.
Example 1
The first example calls the utility with the connection and login information being specified in the form of parameters. The utility reads the processing instructions (AE Script) from the file "SCRFILE" which is also specified in the form of a parameter.
run ucxbns1c script=SRCFILE LOGON=1000,SMITH,UC4
Example 2
The utility is called with the script file being specified in the form of a parameter. Connection and login data as well as additional information are read from the INI file.
run ucxbns1c script=SRCFILE INI=UCXBNS1I
See also:
About the CallAPI
Using the CallAPI