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

Post New Answer

More JCL Interview Questions

What is the difference between sb37,se37,sd37 each?

9 Answers   TCS,


how many members can be created inside a single pds?

8 Answers  


How can you trap abends in the JCL?

3 Answers  


i need some shortcuts and tso commands can any on ehelp me in these ?

1 Answers  


what is meant by jobtrac?

4 Answers   CSC,






In sms datasets, what is the function of the dd avgrec keyword?

0 Answers  


what is the use of IEBGENER utility?

0 Answers  


//step#3 exec pgm = hkbc762 what is wrong with the syntax?

3 Answers  


what is the difference between static call and dynamic call?

1 Answers  


Explain about LMQUERY�give a dialog information about a data set

0 Answers  


which parameter is used to check the syntax of a jcl without executing it?

0 Answers   IBM,


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 pgm opens the file in EXTEND mode. What happens ?

0 Answers  


Categories