Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 do you define single dimensional array and multidimensional array in your cobol?

0 Answers  


How to increase the logical record length of existing PS file?

7 Answers  


How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


Difference between next and continue clause

4 Answers   Kanbay,


Name the divisions, which are available in a cobol program?

0 Answers  


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?

3 Answers   Xansa,


Can we move X(7) to S9(7) COMP?

1 Answers  


how can u pass the values into db2 values from cobol ?

3 Answers   CTS,


what is the use of outrecord?

0 Answers  


How do you submit JCL via a Cobol program?

5 Answers   IBM,


where will we code call by content and call by reference dude pls reply soon ?

2 Answers  


What is the difference between static call & Dynamic call?

2 Answers   CSC, TCS,


Categories