How to find the length of variable length copybook using fileaid ??
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
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
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How to change default PROCLIB?
How to release the Output HELD by using HOLD = YES on DD statement ?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
How many days does a job remain in spool
how to do automated restart when a job abends?
how to resolve soc-7 ? please tell me
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?