How can you display the SPOOL information ?
Answers were Sorted based on User's Feedback
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 do you define single dimensional array and multidimensional array in your cobol?
How to increase the logical record length of existing PS file?
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
Difference between next and continue clause
Name the divisions, which are available in a cobol program?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
Can we move X(7) to S9(7) COMP?
how can u pass the values into db2 values from cobol ?
what is the use of outrecord?
How do you submit JCL via a Cobol program?
where will we code call by content and call by reference dude pls reply soon ?
What is the difference between static call & Dynamic call?