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
How do you get the data to code the BMS macro?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do define dynamic array in cobol.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What type of SDLC u followed? Why?
In COBOL, what is the different between index and subscript?
Which division and paragraphs are mandatory for a COBOL program?
) how do u code after getting data?
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.
What guidelines should be followed to write a structured cobol prgm?
Why occurs cannot be used in 01 level in COBOL?
What are all the divisions of a COBOL program?
What is a report item?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?