0 pts.
 Menus
Is there an easy way to find out what source file was used when creating a menu with SDA?

Software/Hardware used:
ASKED: September 21, 2005  11:53 AM
UPDATED: September 21, 2005  1:11 PM

Answer Wiki:
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  WaltZ400   645 pts.
All Answer Wiki Contributors:  WaltZ400   645 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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.

 0 pts.