Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
Posted: Tue Aug 19, 2003 10:50 am Post subject:
Anit1,
UCC7BTI is a proc which execuetes the program SASSBSTR which can be used to run CA-7 commands in a batch mode.
The BTI in the ucc7bti stands for BATCH TERMINAL INTERFACE.Batch terminals provide the ability to process commands in batch as if from an online terminal. You can perform many of the same commands available online in this manner if no CA-7 online terminal is available, if hardcopy output is desired from the commands performed, or if more than 255 pages of output could be produced. Each batch terminal is actually a pair of disk data sets, one input and one output. These data sets must be defined in the online CA-7 JCL.
When using a batch terminal, ICOM does not have to be active on the CPU where SASSBSTR is running; but the batch terminal must have access to the Communications data set.
The SASSBSTR program does the following:
Code:
1.Locates and allocates an available pair of batch terminal data sets.
2.Loads commands to be processed from SYSIN into the batch input data set.
3.Notifies CA-7 to start the batch terminal for processing.
4.Waits for CA-7 to process the commands in the input data set and place responses in the output data set.
5.Retrieves the output and writes it to a SYSOUT data set. The BTI output can be checked against a user-defined table of messages to detect error or warning conditions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum