SirPro command processor: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (link repair)
m (mention RKWeb)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--Page automatically generated by CMSTOWIK EXEC and will be
To execute <var class="product">Model 204</var> commands from an <var class="product">[[RKTools]]</var> input panel, select option 2 (<b>Command processor</b>) from the SirPro [[SirPro#SirPro main menu|main menu]].
** automatically replaced ** -- any manual edits will be lost.
You've been warned.  ..  (Page built by JAL at the SIRIUS VM; file: FUNPGNEW SYSUT2) -->
<!-- Page name: SirPro command processor-->
 
To execute <var class="product">Model 204</var> commands from a <var class="product">UL/SPF</var> input panel, select option
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, <b>M204 Commands</b>.
<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>
In [[RKWeb]], selecting the <code>Command processor</code> menu from any of the main RKWeb tabs displays a comparable page.
<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&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.
<p class="caption" style="width:450px">Model 204 commands input screen</p>
</p>
<p class="figure">[[File:SProCommands.png|450px]]</p>


==Using the M204 Commands screen==
On this screen, three lines (each of which holds 70 characters)
On this screen, three lines (each of which holds 70 characters)
and a fourth line (45 characters) are available for entering standard
and a fourth line (45 characters) are available for entering standard
Line 20: Line 15:
characters, use continuation marks at the end of that line.
characters, use continuation marks at the end of that line.
You can enter commands as many as 255 characters long.
You can enter commands as many as 255 characters long.
<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">RKTools</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.
</p>


The last nine commands executed are stored in global variables, and the
The last nine commands executed are stored in global variables, and the
Line 29: Line 28:
Pressing the Enter key executes the command.
Pressing the Enter key executes the command.


<p class="caption" style="margin-right:15em">Model 204 command output display</p>
==Command output==
 
The output shown below 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 scrolled left and right (with PF10 and PF11).
and PF8), and scrolled left and right (with PF10 and PF11).
<p class="caption" style="width:450px">Model 204 command output display</p>
<p class="figure">[[File:SProCmdOutput.png|450px]]</p>


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

Latest revision as of 01:26, 7 June 2017

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

In RKWeb, selecting the Command processor menu from any of the main RKWeb tabs displays a comparable page.

Model 204 commands input screen

Using the M204 Commands screen

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.

Note: You cannot execute subsystem commands from this input panel (a Model 204 restriction). Because RKTools 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.

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.

Command output

The output shown below 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).

Model 204 command output display

See also