how can we pass parameters from JCL to cobol
subprogram...my requirement is i should not get data from
mainprogram but i need it from JCL directly
Answer Posted / vishal sinha
>>Through PARM parameter
>>Through INSTREAM DD statement
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
what JCL Procedures?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Which statement is used to identify the private libraries in job?
what is the JCL statement consists of?
what is use of dcb parameter in dd statement?
Explain how can the attributes of one sms dataset be copied to another dataset?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
List the various advantages of using jcl language?
What are some jcl statements that are not allowed in procedures?
How can a jobs execution priority be modified?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain the function of dd disp parameter?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
which utility is used to sort a file in jcl?