Is condition checking possible in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
What is a JCL Command statement ?
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
how you can access an uncataloged dataset in a JCL?
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
What is the difference between run mode and addressing mode?
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
How do you designate a comment in JCL?
How do you send the output of a COBOL program to a member of a PDS?
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?
How to get cursor position from system in CICS environment ?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?