Where can program checkpoints be stored for use in a restart?
No Answer is Posted For this Question
Be the First to Post Answer
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Is condition checking possible in jcl? If yes, how?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the significance of addrspc parameter in the exec statement?
what is the cond=even only
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
what is the difference between static call and dynamic call?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
wht is the d/f between positional parameter n keyword parameter ?
what is full form of AIX