what is the function of spool command?

Answers were Sorted based on User's Feedback



what is the function of spool command?..

Answer / nadhiya.g

simultaneous peripheral operation online is the placement
which shows output of the jcl programme.

Is This Answer Correct ?    7 Yes 0 No

what is the function of spool command?..

Answer / ranjith

The command to enter in to spool is

TSO SDSF ST

Is This Answer Correct ?    4 Yes 2 No

what is the function of spool command?..

Answer / deepak gairola

SDSF(Spool Display Search Facility) command is used to
display Spool and to view the JCL logs error...

ST -- Status
DA -- Active users

Is This Answer Correct ?    1 Yes 0 No

what is the function of spool command?..

Answer / rajesh kumar

SPOOL - Simultaneous Peripheral operation online.

It shows the output in the spool area by giving the ST
command in ISPF panels and to view the job errors.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

how to increase the space of a dataset in instream procedure.

1 Answers   HCL,


Explain about REXX

1 Answers  


What is use of restart and how to use it?

1 Answers  


we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?

1 Answers   Fidelity,


In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.

4 Answers  


How to read records in reverse order in flat file?

1 Answers  


What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?

1 Answers   Accenture,


I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....

3 Answers   RBS,


Why do you want to specify the REGION parameter in a JCL step?

4 Answers   Kekran Mekran, TCS,


How can we increment subscript and index?

1 Answers   CTS, IBM,


What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?

2 Answers  


Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?

8 Answers  


Categories