I have mainpgm(abc) this is the only cobol pgm(non-db2).And
this pgm calling subpgm name "acd" this also only cobol(non-
Db)and this pgm calling some other subpgm this pgm has
cobol-db2 pgm.
1) IF you calling static mode how to run and how to compile?
2) IF you calling dynamic mode how to run and how to
compile? plz suggestion me.
No Answer is Posted For this Question
Be the First to Post Answer
What is JOBLIB ?
What is condition checking in jcl? Is this possible?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
Please give me the coding for converting VB to FB and FB to VB
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
What are three major types of JCL statements? What are their functions?
what is a cataloged procedure ?
What are the rules employed while naming the steps in a job?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
What do you understand by the term job time – out and how can you overcome that?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)