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

Reply via email to