|
|||||||||||||
|
Back To LeighWeb Mainframe Utilities Page View the module associated with this documentationThis utility allows the user to set a series of labels in an edit session (via typing ".xxxxx" where xxxxx is a label name on an edit line number and pressing ENTER) and save them in a "label profile" specific to that member. When they return to that member, they are able to reset all of their labels to the values in the "label profile". To set a label profile, set the labels in the edit session and then type LABLPROF SET on the command line and press ENTER. To label lines in a file from the saved "label profile" type LABLPROF and press ENTER (while in an edit session of the specific file). To see what lines are currently associated with which labels in the edit profile, type LABLPROF SHOW and press ENTER. Message lines will be inserted which show you the name of the label (e.g. ".A") and the text on that line. When you rename a member, the label profile for that member is not automatically renamed. You can rename the label profile by executing the LABLPROF edit macro and specifying the keyword RENAME and the OLD NAME that you're renaming from. So, if you renamed member "A" to "B", while editing "B", you would type LABLPROF RENAME A and press enter, and the "A" label profile would be renamed to "B". Similar to the RENAME function is the COPY function. In the previous example, if you had created member "B" as a COPY of member "A", you could copy the label profile by typing LABLPROF COPY A while editing member "B". |
|||||||||||||
|
|||||||||||||