what is the function of spool command?
Answers were Sorted based on User's Feedback
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 |
Answer / ranjith
The command to enter in to spool is
TSO SDSF ST
| Is This Answer Correct ? | 4 Yes | 2 No |
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 |
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 |
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
How do you handle empty files in a JCL ?
can u execute a proc from another proc?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
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
What is the use of IEBGENER ?
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
using cursor how can you fetch more than one record into a variable
what is alternate index?
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
what are the types of abends that occur on job failure? And explain the possible causes of these