what do you mean By spooling? Expand SPOOL?
Answers were Sorted based on User's Feedback
Answer / preeth
SPOOL = Simultaneous Peripheral Operations Online
The reading of input data streams and the writing of output
data streams on auxiliary storage devices, concurrently
with job execution, in a format convenient for later
processing or output operations.
| Is This Answer Correct ? | 26 Yes | 2 No |
Answer / guest
This is managed by JES. This is used for Queuing the Outputs
that are intended for Printing and are first stored in
SPOOLDASD. This can be managed Using
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / rajni bala
a technique that has been successfullu used on a number
of computers to reduce the speed mismatch between slow
speed i/o devices and fast CPU.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / satya sivaji.ch
spool means SQL PROCESSING OPERATION ONLINE,it helps to
store the output of the program.
| Is This Answer Correct ? | 8 Yes | 26 No |
What is the difference between BLKSIZE and LRECL?
Explain about User Information
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
is there any way to execute more than one proc in the same exec statement at the same time..?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
How gdg are concatenated?
how to run batch program without jcl?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
How to skip first step of a job? Can we use COND on the first step?
What are the 4 fields in dd statement?