//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
explain concatinating datasets?
What is STEPLIB, JOBLIB? What is it used for?
In SPACE,what is directory,RLSE
describe the exec statement,its meaning ,syntax and keywords?
What is use of restart and how to use it?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
how many max steps can we use in a job? pls answer to my question
What does the keyword DCB mean and what are some of the keywords associated with it?
What is meant by S0C7 system abend code?
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation