Hi List,

I'm getting a return code of 20 in RC when issuing an attach macro.  RC=20
does not seem to be documented.  Can anyone provide an explanation or
assistance?  Details listed here

APF authorized library
AC=1
RENT
Batch job
Modeset Mode=SUP
Key=4
Storage obtained working storage SP=230, key=4
ASC mode=Primary
Amode 31
Rmode any
Extr routine is located in the same CSECT as the ATTACH with the same AMODE
and RMODE

* Invocation:
         La    r1,wsdtflag
         st    r1,wsdtflg@
         la    r3,wsdtecb
         la    r4,csDt
         la    r5,extr
*
         La    r1,wsdtflg@
         Mvc   wsAttach,csAttach
         Attach Eploc=(r4),                                            x
               Sm=SUPV,                                                x
               Svarea=YES,                                             x
               Key=PROP,                                               x
               Ecb=(r3),                                               x
               Etxr=(r5),                                              +
               Sf=(E,wsAttach)

* read only macro models
csAttch  Attach Eploc=,                                                +
               Etxr=,                                                  +
               Sm=SUPV,                                                +
               Svarea=YES,                                             +
               Key=PROP,                                               +
               Ecb=,                                                   +
               Sf=L


* RENT working storage (sp=230,key=4)
wsAttach ds    xl(l'csAttch)


Thanks,
Sam

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to