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
what sort card you will use to copy the data from one dataset to another dataset?
Explain the function of dd name parameter with a 2 part structure; audit.report?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
//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 /*
What is the function of the steplib dd statement?
Is it possible to define dd statements as you want?
What is the purpose of the dd keylen parameter?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What are steplib and joblib?
how you will the direct the data to spool using sysout option?
Explain the hierarchy levels in jcl?
what happens in conversion stage in job processing?
What is one line to pass PARM from JCL to COBOL?
How does jcl act on code(if you take a cobol program)?
is there any way to execute more than one proc in the same exec statement at the same time..?