a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
No Answer is Posted For this Question
Be the First to Post Answer
Are there any set of rules for the names of the steps used in a job?
i have step1,step2,step3 from where can i start coding cond parameter ?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
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.
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
How can the submitting users racf authority be overridden in a job stream?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
Hi, can any one tell about " How do u eliminate the duplicates "
What is the use of IEBGENER ?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?