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
What are the different data types in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What rules are followed by the search verb.
Give some examples of command terminators?
Are you comfortable in cobol or jcl?
Define static linking and dynamic linking.
What are 77 levels used for?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Write down the divisions of cobol program?
how to convert the recors form vsam file to db2 table tru file aid
Describe the cobol database components?
how do you reference the variable block file formats from cobol programs
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
how do you reference the fixed unblock file formats from cobol programs
What are declaratives and what are their uses in cobol?