The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
3 13752
What is one line to pass PARM from JCL to COBOL?
Is their any limit for data sets?
Explain the function of a dd statement?
How does the jcl specify the job to os?
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?
Explain how can return codes be tested before execution of a job step?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Where can program checkpoints be stored for use in a restart?
What is the function of the dd avgrec keyword in sms datasets?
How to run cobol program using jcl?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how to compare two datasets without using superce because output is limited to 133 bytes
how you can access an uncataloged dataset in a JCL?
How to alter the parameters for the existing gdg?