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.
which parameter is used to check the syntax of a jcl without executing it?
Explain in DD statement what is the use of DCB parameter?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
Explain about LMCOPY -
Can we use empty VSAM as input?
what is the compile process of cobol program expalin with code
What are three major types of JCL statements? What are their functions?
Which COND paramter will u use to execute the step only if the previous step does not execute
If Region=0k means What Happen?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
When should DISP=MOD is used?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.