How can you display the SPOOL information ?

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


Please Help Members By Posting Answers For Below Questions

What is the compute verb? How is it used?

755


How many sections are there in data division in COBOL?

797


how to move the records from file to array table. give with code example

2322


what is search and searchall?what is the diffrence between them?give an best example?

5893


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

848






how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1788


How you can read the file from bottom?

754


What is the difference between comp and comp-3 usage?

777


Explain how you can characterize tables in cobol?

733


how do you define single dimensional array and multidimensional array in your cobol?

772


What rules are to be followed while using the corresponding options?

729


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.

5904


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1889


Write the code implementing the perform … varying.

724


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

907