how can we merge two input files from two different jobs
into one output file ? Please ans any one ASAP?

Answer Posted / sk

please clear the question, just think over it and ask the
question clearly?

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

579


is there any way to execute more than one proc in the same exec statement at the same time..?

2107


how you can direct the data to spool using SYSOUT option?

921


What does a disposition of (new,catlg,keep) for a dsn mean?

610


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

852






What is the function of a dd statement?

702


if the submitter of a job wants to inform another user about the job completion, how can it be done?

754


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

778


What parameters can be used to limit the number of records written to a sysout dataset?

746


In job processing, what happens in conversion stage?

734


what happens in execution stage in job processing?

652


What is notcat 2 - gs?

932


Explain how can return codes be tested before execution of a job step?

819


//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 /*

906


what is SOC4 error?

734