z/OS ISPF Edit and Edit Macros
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ISPF and PDF dialog service requests

z/OS ISPF Edit and Edit Macros
SC19-3621-00

Any statement in an edit macro beginning with ISPEXEC is assumed to be a request for an ISPF service. When such a statement is found, the TSO command processor does symbolic substitution. It then passes the command to the specified ISPF service to be processed. Some examples of service requests that might be in an edit macro are:

Table 1. Service requests in an edit macro
CLIST Statements REXX Statements
 
ISPEXEC SETMSG ...
ISPEXEC VPUT ...
ISPEXEC DISPLAY ...
ISPEXEC EDIT ...
ISPEXEC LMINIT ...
ADDRESS ISPEXEC
'SETMSG ...'
'VPUT ...'
'DISPLAY ...'
'EDIT ...'
'LMINIT ...'

For more information on ISPF services, refer to z/OS ISPF Services Guide.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014