//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
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
How to see the COMP3 value(packd decimal)
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
what is inrec fields and outrec fields in sorting
What is job control language?
Is their any set of rules for dd? Explain.
How to change default PROCLIB?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
What is timing concept in mainframe?
A job has 90 steps i want to execute only step7 and step15
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?