I just cut and past the "RTMRADDR" from the documentation site and it assembled don't understand
thanks -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Feller, Paul Sent: Sunday, February 26, 2017 12:11 AM To: [email protected] Subject: Re: Assembly Error IEAMSCHD I can't see it may be you can and can Help thanks The way I read the MACRO I would think this would be the order. Switch PARM and RTMRADDR around. IEAMSCHD EPADDR=SRB_EPA, X1208 ENV=STOKEN, X1209 TARGETSTOKEN=TARGETSTOKN, X1210 PRIORITY=GLOBAL, X1211 FRRADDR=FRR_EPA, X1211 KEYVALUE=INVOKERKEY, X1211 PARM=CSAWORK, X1211 RTMRADDR=RTM_EPA, X1211 SYNCH=NO 1216 Thanks.. Paul Feller AGT Mainframe Technical Support -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Joe Reichman Sent: Saturday, February 25, 2017 23:03 To: [email protected] Subject: Re: Assembly Error IEAMSCHD I can't see it may be you can and can Help thanks ST R2,USERSTOR 1205 LA R2,D#RMTR-D#SRBCD(,R3) GET RESOURCE MGR TERMINATION 1206 ST R2,RTM_EPA 1206 1207 IEAMSCHD EPADDR=SRB_EPA, X1208 ENV=STOKEN, X1209 TARGETSTOKEN=TARGETSTOKN, X1210 PRIORITY=GLOBAL, X1211 FRRADDR=FRR_EPA, X1211 KEYVALUE=INVOKERKEY, X1211 RTMRADDR=RTM_EPA, X1211 PARM=CSAWORK, X1211 SYNCH=NO 1216 Page ORKAREA,R10 LOOK,R11 urce Statement HLASM R6.0 2017/02/25 2 MACDATE -12/18/12-<4> 8, POSITIONAL ARGUMENT(S), "RTMRADDR=RTM_EPA" CANNOT BE USED. NO PX01-I lp F2=Split F3=Exit F4=Expand F5=Rfind F6=Rchange How's this Thanks -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Lizette Koehler Sent: Saturday, February 25, 2017 11:52 PM To: [email protected] Subject: Re: Assembly Error IEAMSCHD I can't see it may be you can and can Help thanks For me I cannot really see the issue. I cannot see the continuation part of your macro. Are your continuations in the correct column? Did you start the next line in the right column? The error message seems to be truncated, can you repost it? Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of Joe Reichman > Sent: Saturday, February 25, 2017 9:10 PM > To: [email protected] <mailto:[email protected]> > Subject: Assembly Error IEAMSCHD I can't see it may be you can and can > Help thanks > > Hi > > > > I put the parameters in the right order from what I see > > > > > > > > 1387 IEAMSCHD EPADDR=SRB_EPA, > > ENV=STOKEN, > > TARGETSTOKEN=TARGETSTOKN, > > PRIORITY=GLOBAL, > > FRRADDR=FRR_EPA, > > KEYVALUE=INVOKERKEY, > > RTMRADDR=RTM_EPA, > > PARM=CSAWORK, > > SYNCH=NO > > PLAY > > 00',R9 WORKAREA,R10 LOOK,R11 > > Stmt Source Statement HLASM R6. > > 1388+* MACDATE -12/18/12-<4> > > 1389+ 8, POSITIONAL ARGUMENT(S), "RTMRADDR=RTM_EPA" CANNOT BE > > + OSITIONAL ARGUMENTS ARE ALLOWED. > > 1390 * > > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] <mailto:[email protected]> with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
