Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
No Answer is Posted For this Question
Be the First to Post Answer
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
hi friends........if u know syntax of IEBEDIT IN JCL
what is SOC4 error?
What will happen if we write two STOP RUN's in a COBOL program?
What is NOTCAT ?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
What is the function of the dd mgmtclas keyword in sms datasets?
The maximum number of in-stream procedure you can code in any JCL is ?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
Can you delete the GDG base without deleting GDG generations ?
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3