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 will u pass dadta to cobol+db2 program...?

4 Answers   IBM,


In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?

1 Answers   CSC,


How to covert given string into ASCII value in COBOL/MF COBOL

3 Answers   CTS, IBM, iFlex,


What care has to be taken to force program to execute above 16 Meg line?

1 Answers  


In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.

1 Answers   CSC,






In the JCL, how do you define the files referred to in a subroutine ?

2 Answers  


If I want to increase the Limit in GDG. What should I do?

2 Answers   IBM,


Which division and paragraphs are mandatory for a COBOL program?

0 Answers  


is it possible to rename 01 level?

4 Answers  


Without using move verb how to move one variable to another.

5 Answers  


HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?

2 Answers  


What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


Categories