//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
/*
No Answer is Posted For this Question
Be the First to Post Answer
What is the significance of addrspc parameter in the exec statement?
What does a disposition of (NEW,CATLG,DELETE) mean?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
what are JCLLIB and STEPLIB in JCL?
When should DISP=MOD is used?
wht is the d/f between positional parameter n keyword parameter ?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
how to split a file
What do you feel makes a good program?
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance