//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
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
What are the 2 types of parameters in dd statement?
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
How can the attributes of one sms dataset be copied to another dataset?
How can we see data in TEMPARARY DATA SET in JCL ?
What is the purpose of the PARM keyword in the EXEC statement?
how to compress the data set
How can you execute a COBOL program via SYSIN in JCL?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
what is DSN parameter and DISP parameter is used for?