Line 54 is the line with SMS. How do you finish this off? 005300 APF ADD DSNAME(SYS1.CICSTS23.CICS.SDFHLPA) VOLUME(UCIC01) 005400 APF ADD DSNAME(SYS1.CICSTS23.CICS.SDFJLPA) SMS 005500 APF ADD DSNAME(SYS1.CICSTS23.CPSM.SEYULPA) VOLUME(UCIC01)
The same thing happens on line 62 also: 006000 APF ADD DSNAME(CICSTS23.CPSM.SEYUAUTH) VOLUME(UCIC01) 006100 APF ADD DSNAME(CICSTS23.CICS.SDFJAUTH) SMS 006200 APF ADD DSNAME(SYS1.CMDLIB) VOLUME(&SYSR1) Craig -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Rob Scott Sent: Tuesday, July 05, 2005 11:46 AM To: [email protected] Subject: Re: APF in PROGxx I would guess that the problem lies in the previous line (54) where you have probably not finished off the previous statement correctly. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Craig Kittendorf Sent: 05 July 2005 11:42 To: [email protected] Subject: APF in PROGxx Hi, I have the following coded in PROGxx on a z/OS v1.4 system: APF ADD DSNAME(SYS1.CICSTS23.CICS.SDFJLPA) SMS APF ADD DSNAME(SYS1.CICSTS23.CPSM.SEYULPA) VOLUME(UCIC01) and get the following at IPL: ASA003I SYNTAX ERROR IN PARMLIB MEMBER=PROG01 ON LINE 55, POSITION 1: APF WAS SEEN, WHERE ONE OF (VOLUME SMS) WOULD BE CORRECT. DETECTING MODULE IS CSVPRTMS. INPUT LINE: APF ADD DSNAME(SYS1.CICSTS23.CPSM.SEYULPA) SYS1.CICSTS23.CICS.SDFJLPA ends up not being APF authorized. Am I just not seeing something? Any one else seen this? Solution? OW53828 looks close but doesn't look like the problem. Thanks, Craig ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

