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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / chandrababu naidu
first precompile, compile, linked and bind the subprogram
i.e.,subprogram put into loadlib. later on compile and linked
and run the main program.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohan.chepuri
1) no it is not calling the another pgm,it wil compile
current pgm
2)no
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohan.chepuri
1) no it is not calling the another pgm,it wil compile
current pgm
2)no
Is This Answer Correct ? | 0 Yes | 0 No |
Can we write same stepname for one or more steps in on job ?
what is SOC4 error?
Can we have a JOBSTEP without any EXEC ?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
What is STEPLIB, JOBLIB? What is it used for?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
Is there any command to check wether the ps file is in sorted order?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
what is use of disp parameter in dd statement?
What is the DD statement for a output file?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?