what happens in execution stage in job processing?
No Answer is Posted For this Question
Be the First to Post Answer
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.
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 ?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
what is a MODELDSCB?
Explain about Specifying compiler options in the PROCESS (CBL) statement
How many positional parameters are there in job statement?
How to run cobol program using jcl?
Explain about LMQUERY�give a dialog information about a data set
How to fetch even records from one file to another file by using ICETOOL in JCL?
what is the purpose of SYSOUT parameter in the DD statement?
What is the purpose of include statement in a JCL?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?