At 09:32 -0400 on 11/02/2010, Charles Mills wrote about WTO ABEND D23 help:

There is a field in the WTO MF=L commented as "WPX length." It assembles as
104=x'68' and it's still x'68' in the dump. I don't find "WQEBLK" or "WPL"
in the listing.

I've looked at the MF=E macro expansion and it seems to be storing the CART
address and the CONSID in the right place in the MF=L. The text pointer is
correct (16 bit length + text).

What else should I be looking for?

I see that after tweaking you got it working. One tip for the future. If you are going to use parms like CART and CONSID in the MF=E, they should also be used in the MF=L. Some parm lists have flags set in the MF=L indicating what parms are being supplied. If you fill them in via MF=E, there can be problems if those parms (and thus the flags) are not also in the MF=L. I am not saying that that this was your problem but it does not hurt to make sure by having the parm in both macros (if not needed, it will not cause any problems for macros where the MF=L just provides the parm area but no content and the MF=E does ALL the work of building the parms).

----------------------------------------------------------------------
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