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


Examples of the RETAIN keywords

z/OS MVS JCL Reference
SA23-1385-00

Example 1: RETAINS and RETAINF
//OUTRETRY OUTPUT RETAINS='0001:00:00',RETAINF='0002:00:00'

In this example the functional subsystem will not release the data set to JES until one hour after a successful transmission. If the data set was not successfully transmitted, the subsystem will not release the data set to JES until two hours after the last unsuccessful transmission attempt.

Example 2: RETAINF Only
//OUTRETRY OUTPUT RETAINF='0003:00:00'

In this example the functional subsystem will retain the data set for three hours following a failed transmission before releasing it to JES.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014