What use is END OF MEMBER In IBM Assembly
What use is END OF MEMBER In IBM Assembly I am parsing some IBM Assembly Language which also happens to be a BMS map. The code looks like this: DFHMSD TYPE=FINAL END END OF MEMBER The END OF MEMBER statement is not causing any syntax errors on the mainframe. END OF MEMBER Why is it syntactically correct? What functionality does the END OF MEMBER line provide? END OF MEMBER ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/… – Michael Petch Jul 2 at 3:33 @MichaelPetch Good pointer to doc, but the BMS map is neither a copybook nor a macro so the "END OF MEMBER" might just be left over code from someone copying from a copybook or a macro? – Michael Potter Jul 2 at 3:37 ...