if we compile the cobol+ db2 program now ofter 5 years we
need to compile again?
Answer / vinay sonar
You need not to compile it again until and unless you
doesnt change the COBOL or DB2 program
| Is This Answer Correct ? | 7 Yes | 0 No |
What is STEPLIB, JOBLIB? What is it used for?
How to use COND Parameter in jcl
What is the use of the utility DFSRRC00 in the JCL?
How gdg are concatenated?
how to allocate a dynamic dataset in jcl ?
How can a fb file convert to vb file using sort program?
what are JCLLIB and STEPLIB in JCL?
Max generations in GDG??
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
how JCL works?
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?
wht do u mean by inrec and outrec ?