Answer Posted / 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 |
Post New Answer View All Answers
How does the jcl specify the job to os?
What is Cataloged Procedures?
What is the function of the dd avgrec keyword in sms datasets?
In job processing, what happens in conversion stage?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
What dd statement is used to supply the name of a dataset?
Name the statement which can be used to send data to another mvs jes3 node?
How to pass the parameter in parm using linkage section ? (syntax)?
How do you create a temporary dataset?
what is “Cond= even” and “Cond=only”?
//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 /*
Can I share my data with other jobs? How?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain how can return codes be tested before execution of a job step?
What is the function of dd name parameter with a 2 part structure; audit.report?