z/OS ISPF Software Configuration and Library Manager Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Automatic allocation of output data sets

z/OS ISPF Software Configuration and Library Manager Guide and Reference
SC19-3625-00

Some services support the specification of ddnames for output such as reports and messages. If specified, these are automatically allocated before the service is invoked.

You can specify a data set prefix to be used when assigning names for the data sets allocated for a service. You do this through the Options —► Set Services Data Sets Prefix action bar choice. This option is available on the panels for each service that allocates data sets and on the SCLM FLMCMD Services Menu.

The format of the name for an automatically allocated data set is:
Read syntax diagramSkip visual syntax diagram
>>-prefix.-+---------+-service.dstype.screenid-----------------><
           '-member.-'                           

where:
prefix
Data set prefix specified via Options —► Set Services Data Sets Prefix, or userid.projdef if no data set prefix is specified.
member
Optionally, the name of the member specified on the service panel. Only applicable for the following services:
     ACCTINFO    GETBLDMP    VERDEL
     BUILD       PROMOTE     VERINFO
     EDIT        RPTARCH     VERRECOV
service
The name of the service.
dstype
One of the following values, indicating the type of data set:
MSGS
(messages data set)
REPT
(report data set)
LIST
(listing data set)
EXIT
(exit data set)
TAIL
(tailoring data set)
screenid
S followed by the logical screen identifier stored in the ISPF variable ZSCREEN. For example, on the first logical screen screenid is S1.

Example 1: if user FRED uses the BUILD service to build member MEM1 in project PROJ1 with no data set prefix specified, this name will be used for the report data set if a report data set DD is specified: FRED.PROJ1.MEM1.BUILD.REPT

Example 2: if a data set prefix of WORK.JOB1 is specified, this data set name will be used for the BUILD report data set: WORK.JOB1.MEM1.BUILD.REPT

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014