It looks like HLASM is giving the wrong error message; the syntax diagram for ORG shows the boundary as valid only if it follows a relocatable expression.
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Pew, Curtis G <[email protected]> Sent: Tuesday, September 29, 2020 4:13 PM To: [email protected] Subject: ASMA500W using _boundary_ on ORG statement I’m trying to use the _boundary_ parameter on an assembler ORG statement, and I keep getting ASMA500W errors. I’ve specified GOFF and SECTALGN(4096): 1 High Level Assembler Option Summary (PTF UI62194) Page 1 - HLASM R6.0 2020/09/29 14.55 0 No Overriding ASMAOPT Parameters Overriding Parameters- ESD,RXREF,MXREF,RLD,XREF(SHORT,UNREFS),DXREF,LIST(MAX),TERM,ASA,LC(58),GOFF,SECTALGN(4096),OBJ ECT No Process Statements Options for this Assembly 0 NOADATA … 3 PARM/OPTION GOFF(NOADATA) … 3 PARM/OPTION SECTALGN(4096) However, when I try to set a boundary on an ORG statement: 405+ ORG ,8 ** ASMA500W Requested alignment exceeds section alignment The last time I checked, 8 did not exceed 4096. Anyone have any suggestions about what I’m doing wrong? -- Pew, Curtis G [email protected] ---------------------------------------------------------------------- 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
