What it does If we specify TYPRUN=P & it is not substituted
by SCAN 0r HOLD in VALUE SET.
No Answer is Posted For this Question
Be the First to Post Answer
//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 /*
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
How to send data from cobol program to jcl?
how to resolve soc-7 ? please tell me
how can i use the parameters decalred in main pgm in sub pgm
can a job be submitted through jcl only? is there another way to submit a job?
Explain the purpose of the dd keylen parameter?
how are instream data terminated?
define cond parameter in jcl?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
What are the parameters that are used in creating a gdg?