Explain the function of a dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
Can we have a JOBSTEP without any EXEC ?
How can the submitting users racf authority be overridden in a job stream?
what is the purpose of coding notify parameter in job statement?
How many types of libraries are there in JCL ?
In job processing, what happens in execution stage?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
What is the difference between static call & Dynamic call ?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
what is the control cards?
What is the function of dd disp parameter?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?