The SRVTSO3 program executes an IMOD and returns the resulting stack data to a data set. All input to SRVTSO3 is using the input command string. Parameters are positional and a period (.) separates them. After all parameters have been extracted, all remaining text is passed to the requested IMOD as an argument string. Before you execute SRVTSO3, allocate files to the TSO session, by CLIST or by placing DD statements in the logon PROC. The first table lists the files and the second table lists the parameters.
File Name |
Function |
---|---|
The file specified in arg 4 |
Receives the current stack records. |
SRVMLIB |
Defines the CA‑GSS message library. |
Parameter Position |
Specify |
Required |
---|---|---|
Word 1 |
The IMOD name. |
Yes |
Word 2 |
The GoalNet node where the IMOD is to be executed. The default is the node of the primary ISERVE. |
No |
Word 3 |
The subsystem ID that identifies the ISERVE where the IMOD is to execute. If you specify word 2, the subsystem ID is applied at the target node. The default subsystem ID is as follows: If you do not specify word 2, the default is the subsystem ID of the primary ISERVE. If you do specify word 2, the default is the subsystem ID of the target GoalNet node. |
No |
Word 4 |
The DDname where the stack contents are to be placed. Each stack record translates to one data record in this file. |
Yes |
Word 5 |
The RECFM value to be used for the output file. The default is the RECFM of the file. |
No |
Word 6 |
The LRECL value to be used for the output file. The default is the LRECL of the file. |
No |
Word 7 |
The BLKSIZE value to be used for the output file. The default is the BLKSIZE of the file. |
No |
Remainder |
Passes remaining text to the IMOD as the initial argument string. |
No |
Copyright © 2014 CA Technologies.
All rights reserved.
|
|