Do others here agree with that advice? Eschew MF=(E,...,COMPLETE) ? Charles
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Jesse 1 Robinson Sent: Thursday, January 31, 2019 4:10 PM To: [email protected] Subject: Re: Cause of CsvdylpaRsnBadVersion? As a general rule for LIST/EXECUTE form macros, avoid coding anything else on the execute call except for E. The reason is that the LIST call determines what data needs to be included in the generated code. Once that is built, any parm that would require a different size or list format will no longer fit properly in the area already generated. Setting flags is usually OK on MF=E as long as the flag(s) already exist. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
