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 multithreading in jcl?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
wht is step lib n job lib ? where can we code joblib n steplib ?
how to solve u4038 abbend?........
What is the difference between joblib and jcllib statements
in ways data can be passed to a COBOL program from JCL?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
how to create gdg with out using idcams utility
Name a few IBM utility programs, and explain its function.
How to get cursor position from system in CICS environment ?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*