|
Other |
|
|
xstart The xstart utility is used to start transactions on XCICS from script shell. Syntax xstart [-s][-h][-t<termid>][-a<applid>] [<transid>] If no transid is specified input is taken from standard input. When passing iput from standard input additional data may be specified. Options
Example # xstart -a TESTCICS ATR0 xqio The xqio utility is used to upload/download data to/from temporary storage. Syntax xqio [options] (get|put) Commands get download specified file from XCICS temporary storage put upload specified file to XCICS temporary storage Options
Transaction xqio is backed up by an XCICS transaction called XQIO. To configure it add the following lines to the xcics.conf: define program name=xqio; Called program XQIO may link a use program. This program is linked passing a commarea as follow: 01 COMMAREA.
RET-CODE contains the return code passed back by linked program. If user program returns "DL" the TS is rewritten to the file. Example # xqio -a TESTCICS -l 100 put $HOME/file01.dat
|