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

How can you pass values from COBOL program to non-COBOL programs?

2 Answers  


plz any one tell clearly the justify right clause?

1 Answers  


Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above

7 Answers   TCS,


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


Can the OCCURS clause be at the 01 level?

2 Answers  






Are you comfortable in cobol or jcl?

0 Answers  


consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

3 Answers   TCS,


Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?

12 Answers   T systems, Tech Mahindra,


What is tne need to use sub programs in Cobol?

3 Answers   HSBC,


how to crack cts interview apps? NOVEMBER 21 2010

2 Answers   CTS,


what is the difference b/w level no.01 & level no.77?

3 Answers   HCL,


what is the difference between external and global variables?

1 Answers  


Categories