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
whats the diff bw the evaluate also and and?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
how can u understand ps and pds from their names ?
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
Explain the purpose of dd * statement in jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Define concatenating?
Can we create VSAM file by using IEBGENER?
Explain in DD statement what is the use of DCB parameter?
What is the difference between catalogue procedure and In-Stream procedure?