The SRVSYS program allows you to execute secondary ISERVEs. You may run as many secondary ISERVEs as you want. They are useful for testing and charge-back purposes.
The following table explains the JCL. Except for the program name, SRVSYS JCL is identical to GSSMAIN.
|
JCL Statement |
Function |
|
PARMLIB DD |
Identifies the source of the initialization parameters that define the secondary ISERVE. |
|
ISRVLOG DD |
Specifies a SYSOUT data set that receives all logged information pertaining to ISERVE initialization and execution. Specify FREE=CLOSE on this data set, as it may be spun-off during execution and a new log started. |
|
ISRVOUTP OUTPUT |
This is an OUTPUT statement that is referenced when allocating a replacement for ISRVLOG. |
|
GNETLOG DD |
Specifies a SYSOUT data set that receives all logged information pertaining to GoalNet initialization and execution. Specify FREE=CLOSE on this data set, as it may be spun-off during execution and a new log started. |
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |