From: Howard Brazee <[EMAIL PROTECTED]>
//DOW EXEC PGM=IKJEFT1A, // PARM='DOW' //SYSEXEC DD DISP=SHR,DSN=D44201.REXX.LIB(DOW)
ZHBDOW DOW - STEP WAS EXECUTED - COND CODE 0012
You have PARM='DOW' specified on line 2 above, and REXX.LIB(DOW) specified on the SYSEXEC. Either remove the parm or remove the member name; you need one or the other, but not both.
Dave Salt SimpList(tm) - The easiest, most powerful way to surf a mainframe! http://www.mackinney.com/products/SIM/simplist.htm ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

