My Question is
1. How to cound no. of records in JCL. Please explain with
an example.
2. How to execute only odd steps in JCL?
I know EDIT TYPE = Inculde, Step Name = 1,3,5 and
COND code for all even step.
Anyone knows other than this.
No Answer is Posted For this Question
Be the First to Post Answer
Why include statement is used in a 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?
What is condition checking in jcl? Is this possible?
hi friends........if u know syntax of IEBEDIT IN JCL
Is condition checking possible in jcl?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
what is the use of temporary files?
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
how can handle the s0c4 abend???
Explain about LMGET�read a logical record from a data set
What is the use of symbol // in jcl?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?