Difference between revisions of "Display and List"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(8 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | !COMMAND||DISPLAYS/LISTS | + | !COMMAND||DISPLAYS / LISTS |
|- | |- | ||
− | |[[DISPLAY]] / [[LIST]]| | + | |[[DISPLAY]] / [[LIST]]||Contents of the active table and any related tables. |
− | |Contents of the active table and any related tables | + | |
|- | |- | ||
− | |[[DISPLAY BREAKPOINT]] / [[LIST BREAKPOINT]]| | + | |[[DISPLAY BREAKPOINT]] / [[LIST BREAKPOINT]]||Currently active breakpoints in debugging mode. |
− | |Currently active breakpoints in debugging mode. | + | |
|- | |- | ||
− | |[[DISPLAY CALLS]] / [[LIST CALLS]]| | + | |[[DISPLAY CALLS]] / [[LIST CALLS]]||Call stack for the current program, procedure or function. |
− | |Call stack for the current program, procedure or function. | + | |
|- | |- | ||
− | |[[DISPLAY CLASSES]] / [[LIST CLASSES]]| | + | |[[DISPLAY CLASSES]] / [[LIST CLASSES]]||Currently active system, user-defined, class library and API classes. |
− | |Currently active system, user-defined, class library and API classes. | + | |
|- | |- | ||
− | |[[DISPLAY DATABASE]] / [[LIST DATABASE]]| | + | |[[DISPLAY DATABASE]] / [[LIST DATABASE]]||Information about the active database and its contents. |
− | |Information about the active database and its contents. | + | |
|- | |- | ||
− | |[[DISPLAY DICTIONARY]] / [[LIST DICTIONARY]]| | + | |[[DISPLAY DICTIONARY]] / [[LIST DICTIONARY]]||Dictionary values for the active table. |
− | |Dictionary values for the active table. | + | |
|- | |- | ||
− | |[[DISPLAY FILES]] / [[LIST FILES]]| | + | |[[DISPLAY FILES]] / [[LIST FILES]]||Tables or files matching a specified skeleton in the current directory, database and path. |
− | |Tables or files matching a specified skeleton in the current directory, | + | |
− | + | ||
|- | |- | ||
− | |[[DISPLAY HISTORY]] / [[LIST HISTORY]]| | + | |[[DISPLAY HISTORY]] / [[LIST HISTORY]]||Previously entered commands. |
− | |Previously entered commands. | + | |
|- | |- | ||
− | |[[DISPLAY INDEXES]] / [[LIST INDEXES]]| | + | |[[DISPLAY INDEXES]] / [[LIST INDEXES]]||Index information for the active table. |
− | |Index information for the active table. | + | |
|- | |- | ||
− | |[[DISPLAY IOSTATS]] / [[LIST IOSTATS]]| | + | |[[DISPLAY IOSTATS]] / [[LIST IOSTATS]]||Statistics for table and index file I/O operations. |
− | |Statistics for table and index file I/O operations. | + | |
|- | |- | ||
− | |[[DISPLAY MEMORY]] / [[LIST MEMORY]]| | + | |[[DISPLAY MEMORY]] / [[LIST MEMORY]]||Contents of the current predefined symbols ([[DEFINE|#DEFINE]]), and system and user-defined memory variables. |
− | |Contents of the current system and user-defined memory variables. | + | |
|- | |- | ||
− | |[[DISPLAY PROCEDURE]] / [[LIST PROCEDURE]]| | + | |[[DISPLAY PROCEDURE]] / [[LIST PROCEDURE]]||Currently active procedures and functions. |
− | |Currently active procedures and functions. | + | |
|- | |- | ||
− | |[[DISPLAY PROFILE]] / [[LIST PROFILE]]| | + | |[[DISPLAY PROFILE]] / [[LIST PROFILE]]||Current profile settings and I/O statistics. |
− | |Current profile settings and I/O statistics. | + | |
|- | |- | ||
− | |[[DISPLAY PROTECTION]] / [[LIST PROTECTION]]| | + | |[[DISPLAY PROTECTION]] / [[LIST PROTECTION]]||Dictionary based protection values for the active table. |
− | |Dictionary based protection values for the active table. | + | |
|- | |- | ||
− | |[[DISPLAY REPORT]] / [[LIST REPORT]]| | + | |[[DISPLAY REPORT]] / [[LIST REPORT]]||Contents of the specified report file (.frm). |
− | |Contents of the specified report file (.frm). | + | |
|- | |- | ||
− | |[[DISPLAY SCHEMAS]] / [[LIST SCHEMAS]]| | + | |[[DISPLAY SCHEMAS]] / [[LIST SCHEMAS]]||Available databases. |
− | |Available databases. | + | |
|- | |- | ||
− | |[[DISPLAY STATUS]] / [[LIST STATUS]]| | + | |[[DISPLAY STATUS]] / [[LIST STATUS]]||Current status information, including data, settings and keys. |
− | |Current status information, including data, settings and keys. | + | |
|- | |- | ||
− | |[[DISPLAY STRUCTURE]] / [[LIST STRUCTURE]]| | + | |[[DISPLAY STRUCTURE]] / [[LIST STRUCTURE]]||Structure of the active table. |
− | |Structure of the active table. | + | |
|- | |- | ||
− | |[[DISPLAY TABLES]] / [[LIST TABLES]]| | + | |[[DISPLAY TABLES]] / [[LIST TABLES]]||Tables in the currently active database. |
− | |Tables in the currently active database. | + | |
|- | |- | ||
− | |[[DISPLAY | + | |[[DISPLAY TIMELINE]] / [[LIST TIMELINE]]||Database timelines row versioning records. |
− | |Dictionary based trigger settings for the active table. | + | |- |
+ | |[[DISPLAY TRIGGERS]] / [[LIST TRIGGERS]]||Dictionary based trigger settings for the active table. | ||
|- | |- | ||
− | |[[DISPLAY USERS]] / [[LIST USERS]]| | + | |[[DISPLAY USERS]] / [[LIST USERS]]||Currently logged in users. |
− | |Currently logged in users. | + | |
|- | |- | ||
− | |[[DISPLAY VIEW]] / [[LIST VIEW]]| | + | |[[DISPLAY VIEW]] / [[LIST VIEW]]||Contents of the specified view file (.vue). |
− | |Contents of the specified view file (.vue). | + | |
|- | |- | ||
− | |[[DISPLAY WATCHPOINT]] / [[LIST WATCHPOINT]]| | + | |[[DISPLAY WATCHPOINT]] / [[LIST WATCHPOINT]]||Currently active watchpoints in debugging mode. |
− | |Currently active watchpoints in debugging mode. | + | |
|} | |} | ||
− | DISPLAY commands differ from LIST commands in that they pause every | + | DISPLAY commands differ from LIST commands in that they pause every screen until a key is pressed. You can cancel any further output at this point by pressing the [[Function Keys|[ABANDON]]] key. When the output is sent to a file or printer, the pause is disabled. |
− | + | ||
− | + | ||
− | + | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Reference]] | [[Category:Reference]] |
Latest revision as of 16:05, 10 February 2012
COMMAND | DISPLAYS / LISTS |
---|---|
DISPLAY / LIST | Contents of the active table and any related tables. |
DISPLAY BREAKPOINT / LIST BREAKPOINT | Currently active breakpoints in debugging mode. |
DISPLAY CALLS / LIST CALLS | Call stack for the current program, procedure or function. |
DISPLAY CLASSES / LIST CLASSES | Currently active system, user-defined, class library and API classes. |
DISPLAY DATABASE / LIST DATABASE | Information about the active database and its contents. |
DISPLAY DICTIONARY / LIST DICTIONARY | Dictionary values for the active table. |
DISPLAY FILES / LIST FILES | Tables or files matching a specified skeleton in the current directory, database and path. |
DISPLAY HISTORY / LIST HISTORY | Previously entered commands. |
DISPLAY INDEXES / LIST INDEXES | Index information for the active table. |
DISPLAY IOSTATS / LIST IOSTATS | Statistics for table and index file I/O operations. |
DISPLAY MEMORY / LIST MEMORY | Contents of the current predefined symbols (#DEFINE), and system and user-defined memory variables. |
DISPLAY PROCEDURE / LIST PROCEDURE | Currently active procedures and functions. |
DISPLAY PROFILE / LIST PROFILE | Current profile settings and I/O statistics. |
DISPLAY PROTECTION / LIST PROTECTION | Dictionary based protection values for the active table. |
DISPLAY REPORT / LIST REPORT | Contents of the specified report file (.frm). |
DISPLAY SCHEMAS / LIST SCHEMAS | Available databases. |
DISPLAY STATUS / LIST STATUS | Current status information, including data, settings and keys. |
DISPLAY STRUCTURE / LIST STRUCTURE | Structure of the active table. |
DISPLAY TABLES / LIST TABLES | Tables in the currently active database. |
DISPLAY TIMELINE / LIST TIMELINE | Database timelines row versioning records. |
DISPLAY TRIGGERS / LIST TRIGGERS | Dictionary based trigger settings for the active table. |
DISPLAY USERS / LIST USERS | Currently logged in users. |
DISPLAY VIEW / LIST VIEW | Contents of the specified view file (.vue). |
DISPLAY WATCHPOINT / LIST WATCHPOINT | Currently active watchpoints in debugging mode. |
DISPLAY commands differ from LIST commands in that they pause every screen until a key is pressed. You can cancel any further output at this point by pressing the [ABANDON] key. When the output is sent to a file or printer, the pause is disabled.