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 rules for performing sort operation?
In which area will you utilize 88 level items in cobol?
How do u write test cases?
Why would you use find and get rather than to obtain?
How many bytes S(8) comp field occupy and its maximum value?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
explain sorting techniques in cobol program?
Explain how to differentiate call by context by comparing it to other calls?
) How do u handle errors in BMS macro
Write the code to count the sum of n natural numbers.
Which division and paragraphs are mandatory for a COBOL program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do define dynamic array in cobol.