Answer Posted / 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 |
Post New Answer View All Answers
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How can values be passed from the job stream to an executable program?
How to submit jcl through a cobol program?
What is the purpose of disp parameter?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Is it possible to define dd statements as you want?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How jcl is used for testing batch programs?
Explain how can the attributes of one sms dataset be copied to another dataset?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How can return codes be tested before execution of a job step?
Is there any command to check wether the ps file is in sorted order?
Explain in DD statement what is the use of DCB parameter?