How can we pass data from cobol to JCl?
Answer Posted / vip
By using the parm parameter in jcl and defining the
datanames in the linkage section of the cobol program.
| Is This Answer Correct ? | 9 Yes | 30 No |
Post New Answer View All Answers
Describe the cobol database components?
What is rmode(any) ?
Explain what you understand by passing by value.
i want a program using by if, evaluate , string, unstring, perform, occurs?
what is search and searchall?what is the diffrence between them?give an best example?
What is amode(24)?
What are the rules of the move verb?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is amode(31)
how do you reference the fixed unblock file formats from cobol programs
Mention the guidelines to write a structured cobol program?
In which area will you utilize 88 level items in cobol?
How do you reference the fixed block file formats from cobol programs
What is the Purpose of Pointer in the string?
Write the code implementing the perform … varying.