What is condition checking in jcl? Is this possible?
What is DISP= (NEW,PASS,DELETE)?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
what is XSUM in some fields= none, xsum ??
When should DISP=MOD is used?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
What are the utility programs in jcl?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
How do you restart a step in JCL?