1)what is compilation jcl for cobol program but it is
calling another program
2)what is compilation jcl for cobol program but it is
calling another program(in this, main program is pure cobol
but sub program is cobol+db2 program
anyone please answer me for above questions. it's very urgent
Answer / guest
2)through IKJEFT01 utility we will compile the pgm
1)through NTLDR
| Is This Answer Correct ? | 0 Yes | 0 No |
What 3 guidelines do we have to follow when concatenating DD statements?
Can you delete the GDG base without deleting GDG generations ?
what sort card you will use to copy the data from one dataset to another dataset?
Explain in DD statement what is the use of DCB parameter?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
Explain about LMGET�read a logical record from a data set
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?
how do u define a file in cobol and jcl ?
Explain COND used in JCL?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
how do you access an uncataloged dataset in a jcl?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?