When a *MENU object is created in SDA three objects with the same name are created: the *MENU object with attribute DSPF, a *FILE object with attribute DSPF, and a message file.
The only object that is source related is the *FILE object and a DSPOBJD should tell you what source file was used.
The message file contains all of the commands executed by the options defined in the menu.
Last Wiki Answer Submitted: September 21, 2005 1:02 pm by WaltZ400645 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
A menu created with SDA is a Display File menu, meaning that the only source available is the one from the Display File since the menu commands are stored in a message file. To know which is the Display file execute the DSPMNUA command. Then the DSPOBJD command will tell you which is the source used to create the Display File.
A menu created with SDA is a Display File menu, meaning that the only source available is the one from the Display File since the menu commands are stored in a message file. To know which is the Display file execute the DSPMNUA command. Then the DSPOBJD command will tell you which is the source used to create the Display File.