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 compute verb? How is it used?
How many sections are there in data division in COBOL?
how to move the records from file to array table. give with code example
what is search and searchall?what is the diffrence between them?give an best example?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How you can read the file from bottom?
What is the difference between comp and comp-3 usage?
Explain how you can characterize tables in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
What rules are to be followed while using the corresponding options?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Write the code implementing the perform … varying.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?