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 Posted / guest
2)through IKJEFT01 utility we will compile the pgm
1)through NTLDR
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what is the JCL statement consists of?
how you will the direct the data to spool using sysout option?
How does jcl specify the job to the operating system?
Are there any set of rules for the names of the steps used in a job?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
what is the resolution for sb37 error
Which statement is used to identify the private libraries in job?
Explain the purpose of the dd keylen parameter?
Is their any limit for data sets?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?