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 |
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to submit a jcl from cics?
What is the use of IEBGENER ?
How to execute a set of JCL statements from a COBOL program ?
How to submit jcl through a cobol program?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
How to find out the number of records in a file using JCL
What is the error code SOC01 indicate ?
wht do u mean by notify parameter, how can u give acess to multiple users ?
what is the difference between JES3 and JES2?
How to find the number of duplicates in a file using Sort?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.