how to see the latest generation in gdg?
Answers were Sorted based on User's Feedback
Answer / adarsha
Yes its (0). Bt some compilers will replace (+1) is you are
referring to to current to (0) with a warning message.
Believe the job runs successfully
| Is This Answer Correct ? | 1 Yes | 0 No |
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
What is NOTCAT ?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
How many instream we can write in single jcl?
what are the options in file-aid to edit vsam dataset and to compare data sets.
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain about CBL/PROCESS statement syntax