>> Do you know of a way to check the parameter substitution in DD *?

If you are interested to see the symbol substitution then you can use the
EZACFSM1 symbol translator utility.  Once you have verified the symbols are
substituted correctly then you can route that to a dataset and use that as
input sysin to your IDCAMS step.

Here is an example.

//DOALL PROC LVL4=LVL4,PART=PART
// EXPORT SYMLIST=(LVL4,PART)
// SET LVL4=&LVL4
// SET PART=&PART
//*
//STEP0100 EXEC PGM=EZACFSM1
//SYSOUT   DD SYSOUT=*
//SYSIN    DD DATA,DLM=@@,SYMBOLS=JCLONLY
DELETE KVPO.MOST.DB2DATA.&LVL4..&PART..TRS
SET MAXCC = 0
@@
//DOALL PEND
//D1 EXEC DOALL,LVL4=PKVS1073,PART=PART1

Thanks,
Kolusu


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to