what is the compile process of cobol program expalin with code
No Answer is Posted For this Question
Be the First to Post Answer
When we give TYPERUN = SCAN , what are the syntax errors we get?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What are SD37, SB37, SE37 abends?
How to send data from cobol program to jcl?
For what purpose steplib and joblib are used ?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What will happen if we write two STOP RUN's in a COBOL program?
How I sort the records in a file and copy the first 10 records to another file
How does the jcl specify the job to os?
When space is allocated for an output dataset, what units can be used?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl