Oct 15, 2009 11:09 AM
MQMD Default Values Post Migration
I am migrating from VAGen to EGL (COBOL) and am coming up with compile errors on two of the MQMD default record options. In VAGen, the MQMD record definition contains these two items: MQMD.REPORT (BIN, 9) and MQMD.FORMAT (CHAR, 8). However, post migration (COBOL), these two item definitions are no longer availabe. The nearest equivalents I can find in the record format are MQMD.REPORTOPTIONS (BIN, 9) and MQMD.FORMATNAME (CHAR, 8). I'm looking for documentation stating that these truly are the EGL equivalents to the VAGen options. Or if not, where do I find the mappings from the old VAGen MQMD to the new EGL MQMD. Also, if these truly are the mappings, why don't the migration tools migrate them properly? Thank you!