Answer Posted / vaneesh
Simply write DISPLAY in the program.
and in the JCL write //SYSOUT DD SYOUT=*
This will display the the information which was coded with
the DISPLAY in the program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
What are the different open modes available in cobol?
Explain how to differentiate call by context by comparing it to other calls?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how do you reference the variable unblock file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
What is inspect in cobol ?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
A table has two indexes defined. Which one will be used by the SEARCH?
How do you define a variable of comp-1 and comp-2?
) How do u handle errors in BMS macro?
In which area will you utilize 88 level items in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?