Previous Topic: SRVTSO1Next Topic: SRVTSO3


SRVTSO2

Executed from within an ISPF session, the SRVTSO2 program executes an IMOD and invokes the ISPF/PDF browse facility to display the resulting stack data. All input to SRVTSO2 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 SRVTSO2, allocate files to the TSO session, by CLIST or by placing DD statements in the logon PROC.

The first table lists the files; the second table lists parameters.

File Name

Function

SRVPLIB

Defines the CA‑GSS panel library.

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 name of the panel to be used by the ISPF editor to display the returned stack data. The default is the IBM-provided panel.

No

Remainder

The remaining text is passed to the IMOD as the initial argument string.

No