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


Subparameter definition

z/OS MVS JCL Reference
SA23-1385-00

SPIN
JESLOG is spin-eligible. If you specify SPIN without the optional second operand, the JESLOG data sets can be spun at any time during job execution when a JES-specific operator command is issued. The optional second operand is as follows:
JESLOG=(SPIN,'hh:mm')
JESLOG will be spun at time 'hh:mm' each 24 hour period. hh is hours and has a range of 00 through 23. mm is minutes and has a range of 00 through 59.
Note:
  1. The time must be specified within apostrophes.
  2. JESLOG will be spun when the next message is written to the data set after the specified time.
JESLOG=(SPIN,'+hh:mm')
JESLOG will be spun every 'hh:mm' time interval. hh is hours and has a range of 00 through 23. mm is minutes and has a range of 00 through 59. The minimum interval which can be specified is 10 minutes. hh must be specified even if zero. For example, JESLOG=(SPIN,'+00:20') specifies that JESLOG be spun at 20 minute intervals.
Note:
  1. The time interval must be specified within apostrophes.
  2. JESLOG will be spun when the next message is written to the data set after the specified time interval has passed.
JESLOG=(SPIN,nnn)
JESLOG=(SPIN,nnnK)
JESLOG=(SPIN,nnnM)
JESLOG will be spun when either data set has n lines. A minimum of 500 lines must be specified. K is thousands and M is millions.
NOSPIN
JESLOG will not be spun.
SUPPRESS
JESLOG will be suppressed.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014