Chapter Contents |
Previous |
Next |
SAS/FSP Software Procedures Guide |
The SCL debugger is a tool for identifying and correcting problems in SAS Component Language programs and FSVIEW formulas. Refer to SAS Component Language: Reference for information on using the SCL debugger.
STAY | The cursor does not move. |
HTAB | The cursor moves to the next unprotected field on the current line. If there are no more unprotected fields on the current line, the cursor moves to the first unprotected field on a line below the current field. |
VTAB | The cursor moves to the next unprotected field below the current field. |
NEWL | The cursor moves to the first unprotected field on a line below the current line. |
CMPDN | The cursor moves to the command line. |
RET | Control returns to the application. |
NORET | Control does not return to the application. |
MOD | The field is marked as modified. |
NOMOD | The field is not marked as modified unless the field value is changed. |
If you omit the libref and catalog-name arguments, the procedure looks for the specified entry first in the current catalog (if a catalog is currently open), then in your personal PROFILE catalog (SASUSER.PROFILE or WORK.PROFILE), and finally in the system catalog SASHELP.FSP. The entry-type value can be either CBT or HELP. If you omit the type, the procedure looks for an entry of type CBT.
You can use the BUILD procedure in SAS/AF software to create custom Help entries for SAS/FSP windows. You can create either HELP or CBT entries, depending on the level of interactivity you want to provide. HELP entries provide only text. CBT entries can provide more sophisticated assistance, including topic selection lists and nested windows. Refer to SAS/AF Software Procedure Guide for more information on creating HELP and CBT entries.
If you omit the libref and catalog-name arguments, the procedure looks for the PMENU entry first in the current catalog (if a catalog is currently open), then in your personal PROFILE catalog (SASUSER.PROFILE or WORK.PROFILE), and finally in the system catalog SASHELP.FSP.
You can use the PMENU procedure in base SAS software to create custom menu bars and pull-down menus for SAS/FSP windows. Refer to SAS Procedures Guide for more information about the PMENU procedure.
The SETPMENU name only associates a PMENU entry with the current window. It does not turn on menus if they are not currently active. Use the PMENU ON command to turn on menus for all SAS System windows, or use the COMMAND command to replace the command line of the current window with a menu bar.
Use the SHOWTYPE ALL command to restore the default behavior. To display the currently selected type on the window's message line, use the SHOWTYPE command without arguments.
To a display the current default type on the window's message line, use the TYPE command without arguments.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.