How can we pass data from cobol to JCl?
Answer Posted / anil prajapati
we can pass data from cobol to jcl by using return-code
like
move 450 to return-code
if we are passing data likeit then at run time the maxx
return code will be this code if move code is a negative
number then after subtracting from 4096 maximum return code
will be displayed
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is length is cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is difference between static and dynamic call in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is amode(24)?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to remove 2 duplicate records and copy only one using job control language?
What is the difference between goback, stop run and exit program in cobol?
What are the pertinent COBOL commands?
What is comp-1 and comp-2?
Can a Search can be done on a table with or without Index?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Mention the guidelines to write a structured cobol program?
What are 77 levels used for?
Describe the cobol database components?