How can you display the SPOOL information ?

Answers were Sorted based on User's Feedback



How can you display the SPOOL information ? ..

Answer / naveen87ginjupalli

SPOOL- (simultaneous peripheral operation online)
TSO SDSF ST is the command display the spool information.

Is This Answer Correct ?    11 Yes 0 No

How can you display the SPOOL information ? ..

Answer / 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

More COBOL Interview Questions

What compiler option would you use for dynamic linking?

2 Answers  


is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon

2 Answers   Patni,


How to print 10 to 1 if the input have only 10 digit number?

0 Answers  


Write the code to count the sum of n natural numbers.

0 Answers  


how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?

4 Answers   TCS,






How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.

2 Answers  


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

0 Answers   TryTechnicals Pvt Ltd,


What is the difference between copy and include in cobol?

1 Answers  


What are declaratives and what are their uses in cobol?

0 Answers  


why we are using picture clause in the cobol programs?

2 Answers  


Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?

3 Answers  


Categories