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
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?
what is static and dynamic call with examples?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
how you can access an uncataloged dataset in a JCL?
How I sort the records in a file and copy the first 10 records to another file
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
which utility is used to run a cobol-db2 program?
Definition of COND parameter in JCL
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
how do you resolve for soc7 error
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2