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 to compress the data set
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
What is multithreading in jcl?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
Is there any command to check wether the ps file is in sorted order?
How many parameters are there to a DISP statement and what are their uses ?
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
Explain how can the attributes of one sms dataset be copied to another dataset?
i have a string of 80 chars i want to replace 4th char with "a"?
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
hi friends........if u know syntax of IEBEDIT IN JCL
Explain about Specifying compiler options in the PROCESS (CBL) statement