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 is amode(24)?
What are various search techniques in cobol? Explain.
What are the various section in data division and briefly explain them.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are the rules of the move verb?
Which is not true about evaluate statement
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is rmode(24)
how do you reference the variable unblock file formats from cobol programs
In COBOL programming, what is PERFORM? What is VARYING?
Name some of the examples of COBOl 11?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What kind of error is trapped by on size error option?
) How do u handle errors in BMS macro