SirPro command processor: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision: SirPro from Stage)
m (link repair)
Line 7: Line 7:
2 (<b>Command processor</b>) from the SirPro main menu.
2 (<b>Command processor</b>) from the SirPro main menu.
<var class="product">SirPro</var> displays the
<var class="product">SirPro</var> displays the
<var class="product">Model 204</var> command input screen.
<var class="product">Model 204</var> command input screen, <b>M204 Commands</b>.


<p class="caption" style="margin-right:15em">Model 204 commands input screen</p>
<p class="caption" style="margin-right:15em">Model 204 commands input screen</p>
<p class="note"><b>Note:</b> You cannot execute subsystem commands from this input panel (a <var class="product">Model 204</var> restriction).
<p class="note"><b>Note:</b> You cannot execute subsystem commands from this input panel (a <var class="product">Model&nbsp;204</var> restriction).
Because <var class="product">UL/SPF</var> operates in the <var class="product">Model 204</var> [[Application Subsystem (APSY)]] framework, you cannot use certain commands.
Because <var class="product">UL/SPF</var> operates in the <var class="product">Model&nbsp;204</var> [[Application Subsystem development|Application Subsystem (APSY)]] framework, you cannot use certain commands. Other commands, particularly file-related table commands, must be prefaced with the <code>IN <i>filename</i></code> clause.
Other commands, particularly file-related table commands, must be prefaced with the <code>IN <i>filename</i></code> clause.
</p>
</p>


Line 33: Line 32:


The output shown above is the captured output of the command executed
The output shown above is the captured output of the command executed
in the previous example screen. Command output of any type, length and
in the previous example screen. Command output of any type, length, and
width can be captured, scrolled up and down (with PF7
width can be captured, scrolled up and down (with PF7
and PF8), and left and right (with PF10 and PF11).
and PF8), and scrolled left and right (with PF10 and PF11).


==See also==
==See also==

Revision as of 19:14, 21 July 2015


To execute Model 204 commands from a UL/SPF input panel, select option 2 (Command processor) from the SirPro main menu. SirPro displays the Model 204 command input screen, M204 Commands.

Model 204 commands input screen

Note: You cannot execute subsystem commands from this input panel (a Model 204 restriction). Because UL/SPF operates in the Model 204 Application Subsystem (APSY) framework, you cannot use certain commands. Other commands, particularly file-related table commands, must be prefaced with the IN filename clause.

On this screen, three lines (each of which holds 70 characters) and a fourth line (45 characters) are available for entering standard Model 204 commands. If you are entering a command that is longer than 70 characters, use continuation marks at the end of that line. You can enter commands as many as 255 characters long.

The last nine commands executed are stored in global variables, and the first 72 characters of each is displayed in the "stack" on the lower half of the screen. These commands are stored in the user profile from session to session. They may be recalled on this screen with PF9, which cycles through the stack, or by the number shown to the left of each command. Pressing the Enter key executes the command.

Model 204 command output display

The output shown above is the captured output of the command executed in the previous example screen. Command output of any type, length, and width can be captured, scrolled up and down (with PF7 and PF8), and scrolled left and right (with PF10 and PF11).

See also