Look at the DFHMSD macro. It will generate CSECT, AMODE and RMODE statements if no CSECT has been defined. There is no option to set the AMODE and RMODE values.
If you want AMODE=24 and RMODE=24 in your assembly, then code mapname CSECT mapname AMODE=24 mapname RMODE=24 in your map source code, before the DFHMSD macro. > JAGS, > > If you print out the entre assembly output, I would bet that within the > listig tree are amide statement. > > Ed > > ---------------------------------------------------------------------- > 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

