//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
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
Explain the jcl exec statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How to skip first step of a job? Can we use COND on the first step?
Explain how can a jobs execution priority be modified?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
what is the restart?hopw it is invoked?
I had 100 steps in jcl i want to execute first 10 steps only?
What parameter directs the output of the job log dataset?
What are hierarchy levels in jcl?
List the different components of jcl statement?