z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of the TERM parameter

z/OS MVS JCL Reference
SA23-1385-00

Example 1
//DD1  DD  TERM=TS

In a foreground job submitted from a TSO/E userid, this DD statement defines a data set coming from or going to the TSO/E userid.

Example 2
//DD1  DD  TERM=TS,SYSOUT=*

In a background or batch job, the system ignores TERM=TS and recognizes a sysout data set. (An allocation error occurs if SYSOUT=* is not coded with TERM=TS.)

Example 3
//DD3  DD  UNIT=3400-5,DISP=(MOD,PASS),TERM=TS,LABEL=(,NL),
//         DCB=(LRECL=80,BLKSIZE=80)

In a foreground job, the system ignores all of the parameters in this example except TERM and DCB. In a batch job, the system ignores only the TERM parameter.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014