Answer Posted / nihar ranjan karan
To elaborate further on the internal reader....
Put your JCL statements in DISPLAY statements in the COBOL
program...
In the Run JCL ....give the following DD statement...
//SYSOUT DD SYSOUT=(*,INTRDR)
as soon as your program is executed the DISPLAY statements
will be written to the SYSOUT and in turn the internal
reader picks up those statements from the SYSOUT and
executes them....
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
How do define dynamic array in cobol.
what is the use of outrecord?
How to remove 2 duplicate records and copy only one using job control language?
What are different data types in cobol?
What is the use of intialize verb?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are literals?
What are the various section in data division and briefly explain them.
how to move the records from file to array table. give with code example
What is the compute verb? How is it used?
What are the rules of the move verb?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between Call and a Link?
What is the usage of comp fields in cobol?
How are the next sentence and continue different from each other?