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 a GDG
How dummy is used in jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
describe the dd statement,its meaning,syntax and keywords?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is the difference between return code and maxcc?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
How can a fb file convert to vb file using sort program?
Max. No of DD statements in a job ?
Is there any command to check wether the ps file is in sorted order?
Can you give the sort card to arrange the specific column in the version of GDG.