what do you mean By spooling? Expand SPOOL?

Answers were Sorted based on User's Feedback



what do you mean By spooling? Expand SPOOL?..

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

what do you mean By spooling? Expand SPOOL?..

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

what do you mean By spooling? Expand SPOOL?..

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

what do you mean By spooling? Expand SPOOL?..

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

Post New Answer

More JCL Interview Questions

How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?

1 Answers  


How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation

1 Answers  


what is the function of spool command?

4 Answers  


What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

4 Answers   Syntel,


In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04

3 Answers   Patni,






can we copy a file from fixed block to variable block and vice versa ....asap

1 Answers  


IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem

7 Answers  


how to edit a tape dataset ? asked in wipro

1 Answers   Wipro,


What is the purpose of dd * statement in jcl?

0 Answers  


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 program opens the file in EXTEND mode. What happens ?

3 Answers  


In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?

2 Answers   TCS,


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

1 Answers   L&T,


Categories