On 2023-09-11 09:32 AM, Joseph Reichman wrote
Later on when I populate Parse Parameter list   and call IKJPARS I get a
s0c4 pic 10 right after the BALR
Does the PSW point right after the BALR, or elsewhere?
          XC     ESTAED,ESTAED Clear ESTAE parameter list
You cleared an area named ESTAED


          ESTAE (R8),CT,PARAM=(R5),MF=(E,ESTAEL)
but used an area named ESTAEL (not shown in your code)

WORKAREA DSECT

          DS    18F

SAVEEXIT DS    18F

ABENDM   DS    CL45

ESTAED   DS    XL(RECVLEN)     <------- storage are for ESTAE parameter list
Why not use ESTAE MF=L? Note that ESTAED as you have defined it is not aligned.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to