How to execute a set of JCL statements from a COBOL program ?
Answer Posted / saravanan
using internal reader concept u can
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How is the record format of an output dataset specified?
in ways data can be passed to a COBOL program from JCL?
What do you understand by jcl?
In job processing, what happens in conversion stage?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the function of the steplib dd statement?
Is acct parameter mandatory?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how you will the direct the data to spool using sysout option?
what is the use of 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 JCL statement consists of?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Is it possible to left uncode disp? If yes, how?