what is the compile process of cobol program expalin with code
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How would you understand error(execution phase)?
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 ?
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain the function of a dd statement?
how you will the direct the data to spool using sysout option?
Describe the various parameters utilized in the creation of a gdg?
Name what parameter directs the output of the job log dataset?
What is NOTCAT ?
how you can access an uncataloged dataset in a JCL?
What are the utility programs in jcl?
Is it possible to code instream data in a PROC?
which utility is used to sort a file in jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?