How can we pass data from cobol to JCl?
Answer Posted / sri
When someone ask you that question first thing you need to
do is you post a question to him.
Passing data from COBOL to JCL means where in JCL ?
Do you mean a file? File is also a part of JCL. If it is
file then your answer is WRITE the data into the file.
Do you mean a PDS member ? Then WRITE the data or what ever
into the PDS member.
Do you mean SYSOUT ? If so just DISPLAY the value.
If he says not these three then he need to tell what is the
purpose of moving data to JCL ? for you to give an answer.
Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
What are 77 levels used for?
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between next sentence and continue in cobol programing language?
What are various search techniques in cobol? Explain.
What is the problem of ordered sequential files access?
Which is not true about evaluate statement
Write a program that uses move corresponding.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is static and dynamic call in cobol?
How do you get the data to code the BMS macro?
What is the utilization of copybook in cobol?
How do we get current date from system with century in COBOL?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How do you differentiate between cobol and cobol-ii?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?