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.can anyone please answer me for above questions.
it's very urgent
Answer Posted / chandrababu naidu
first precompile the subprogram then compile, linked and then
put into loadlib. later on compile and linked and finally run
the main program.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
how to compare two datasets without using superce because output is limited to 133 bytes
How does the jcl specify the job to os?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to override loadlib?
what is a jcl?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is the syntax of JCL statement?
which parameter is use to declare the name of dataset in dd statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
which utility is used a dummy utility?
Must tape dataset definitions include vol=ser specifications?
What is jcl in mainframe, and how many types of jcl statements are there for a job?