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 |
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
How to submit jcl through a cobol program?
wht r different types of sort fields in jcl ?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
Explain the function of job statement in jcl?
How to execute step2,step1, step3 if step1,2,3 are in order
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How many positional parameters are there in job statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Is acct parameter mandatory?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?