what is the function of spool command?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are there any set of rules for the names of the steps used in a job? What are they?

614


how can you check if a file is empty using jcl?

816


What is the difference between the positional and keyword parameters? Give examples.

710


how you can access an uncataloged dataset in a JCL?

656


What is the purpose of dd * statement in jcl?

812






Explain the job statement in jcl?

653


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

743


How do you submit a job for execution?

640


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

923


What is the use of disp parameter?

653


Can I send output of job to my remote device careerride123?

666


in ways data can be passed to a COBOL program from JCL?

668


How is the record format of an output dataset specified?

744


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9220


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

728