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
Is it possible to left uncode disp? If yes, how?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
how you will define a temporary dataset in jcl?
How do you check the syntax of a JCL without running it?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
How to execute step2,step1,step3 when step1,2&3 are in order
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
How can return codes be tested before execution of a job step?
difference between internal sort and external sort
What is the significance of addrspc parameter in exec statement?