SirPro procedure-list operations: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (link repair)
 
m (1 revision: SirPro from Stage)
(No difference)

Revision as of 16:43, 21 July 2015


Overview

The Procedure List screen

The procedure list shows the procedures that fit the criteria specified on the selection panel. A prefix area to the left of each procedure name allows entry of a variety of single-character procedure commands.

Supply a value in the select field (SEL), as described below:

B Browse
C Copy
D Delete
E or S Edit
I Include
M Move
P Print
R Rename
V Variable analysis
# Expanded Browse

In addition, the following managed update commands are provided for users of the SirLib change management system.

X Xcompare
Q seQuence
N New
K Klobber
Z resequence (or ReSequence or resequenZ)

The managed update commands are described in SirPro change management tools and functions.

Users may enter any number and combination of prefix commands, none of which will execute until the Enter key is pressed. Deletes and Prints are done for all procedures at once. Processing for other commands is performed one procedure at a time, but with all same-type commands processed sequentially (that is, all Edits are performed, then all Browses, then all Prints, etc.) in the order in which commands are encountered from the top of the procedure list.

The display area of the screen, described below, can be toggled between a set of views. The DLIST view, similar to the view of procedures most commonly seen by User Language developers at the command level, contains the following information:

PROCEDURE NAME The name of a procedure available for editing. Procedure names longer than 25 characters are truncated. An asterisk is added as the last character of the truncated procedure name to indicate that the full name is not displayed, and the procedure name is highlighted. These procedures can still be selected from the list, and the full procedure name is used in all functions.
ACCOUNT The account (user id) of the last user to update the procedure.
BYTES Number of bytes stored in Table D for the procedure.
DATE/TIME The date and time the procedure was last updated.

PF keys

The following PF keys invoke actions as described:

PF1 Full screen help.
PF2 Sort the displayed list by procedure name.
PF3 Quit (return to previous screen).
PF4 Sort the displayed list by last updating user.
PF5 Sort the displayed list by last date updated.
PF6 Sort the displayed list by size of procedure.
PF7 Scroll backward (up).
PF8 Scroll forward (down).
PF9 Repeat last command-line command.
PF10 Refresh the list. Use this PF key to clear any prefix selections and to recheck the file for procedure information that may have changed (for instance, if another user is deleting procedures in the same file, your list may be out-of-date).
PF11 Toggles between upper and mixed case Edit when the editor is invoked. The PF key label indicates the case to which you will switch when the PF key is pressed.
PF12 Toggle the display between a "D LIST" format and a "FULLNAME" format. In DLIST format, the display shows the traditional Model 204 procedure list information with long procedure names truncated at 25 characters (for display only). In FULLNAME format, long procedure names overlay their corresponding procedure information.

The following commands are valid on the command-line of this screen:

L n Locate line number n.
n or -n Scroll n or -n lines from the top line of the display.
F string or /string Find a specific "string," starting the search from the top line of the display. This string can be any part of the procedure name. That is, it is not a prefix search.
-F string or -/string Find a specific string, searching backward from the top line of the display.
TOP Moves the display to the top of the procedure list.
BOTTOM Moves the display to the bottom of the procedure list.
M When using PF7 or PF8, scroll up or down to the top or bottom of the list of procedures.
CLOSE xxxx Closes the specified file or group. SirPro subsystem files, and the file(s) from which the current procedure list was taken, cannot be closed.
END or QUIT Same as PF3, returns the user to previous screen.

In addition, any of the prefix commands may be typed on the command line, followed by either a procedure name, or the number of that procedure in the displayed list. If the procedures selected in this manner is the first procedure selected, processing is initiated immediately. If other prefix commands have already been entered, the procedure is added to the selected list.

Include and Edit (E or S) are not documented further, as they merely invoke a Model 204 edit or include. The other prefix commands invoke special screens and processing, which are documented in the sections that follow.

Move/Copy

The destination screen is displayed once for each procedure selected for Copy or Move. The screen requires entry of destination file and procedure name, and allows the procedure to be edited on the way to the new location. The source information is protected.

Move/Copy procedure screen

The copy screen requires input in the following fields:

FROM FILE The name of the file from which you are moving/copying. This field is protected.
FROM PROC The name of the procedure from which you are moving/copying. This field is protected.
DESTINATION FILE The name of the file to which you want to move/copy the file.
DESTINATION FILE PASSWORD The file password, if needed.
DESTINATION PROCEDURE NAME The procedure can be renamed during Copy/Move operation. If the file is being copied or moved to the same file, it must be renamed.
REPLACE Y/N Type Y to replace if the procedure already exists. The default is N.
EDIT Y/N Type Y to edit the new procedure before UL/SPF performs the move/copy. The default is N.

If you type Y, editing takes place before UL/SPF stores the procedures in the "TO" procedure and leaves the source procedure unchanged. The procedure status line (the top line of the editor display screen) shows that you are editing a temporary procedure into the destination procedure name.

When you finish editing the procedure, type END in the command window. UL/SPF stores the new procedure in the destination procedure name. To terminate the edit process and abandon edit changes and the Copy, type QUIT.

PF keys

The following PF keys invoke actions as described:

PF1 Full screen help.
PF3 Cancel the request to copy or move this procedure ( if this is one of a list of selected procedures, the next procedure is presented; if this is the only procedure, or if it is the last procedure in a list, you are returned to the procedure list display).

Deleting procedures

Procedures selected for deletion are presented in a single scrollable list, from which the user presses the PF3 key to cancel (and return to the list where the selections can be changed), or PF12 to confirm the deletions.

Confirming procedure deletion

PF keys are the same as on the procedure selection list, except that PF10 is not active (the user must return to the previous screen to refresh the procedure list), and PF12 is used as a confirmation key for the delete.

On returning to the original list, procedure information lines are overwritten with a success or failure message for the delete operation.

Printing procedures

A variety of options are provided for printing procedures. Procedures may be routed to an output file, or to a printer via a USE printer.id command or a USE $PRINT command.

No confirmation is performed for print operations. The user is routed directly to the Print Destination screen for routing.

The Print destination screen controls output routing of the procedures, and various characteristics of the print job:

Print destination screen

Enter the following information:

DESTINATION The destination of the procedure. Select 1 to print to a the printer named in the PRINTER field, 2 to output the procedures to the file named in the FILE field, and 3 to invoke a USE $PRINT, to the specified CLASS and PRINTER.
PRINTER A valid predefined printer name. If this field is blank or invalid when a 1 is specified in the OUTPUT DESTINATION field, the print comes to the user's terminal.
OUTFILE A valid preallocated sequential file.
CLASS The job class to use for USE $PRINT requests. This job class should be a valid class at your site. USE $PRINT is an obsolete method of printing, and its use is discouraged. If the PRINTER is blank or invalid when a USE $PRINT is invoked, the print is routed to PRINTER=LOCAL by Model 204
WITH criteria Enter in these two fields any print routing criteria normally placed in the "WITH" clause of a USE statement (such as COPIES=xx, TAG or ID statements).
UDDLPP The number of lines to be printed or displayed per page. The default is 60 lines per page.
UDDCCC The number of characters to be printed or displayed per line. The default is 133 characters per line.
HDRCTL Header control settings allow the user to suppress various levels of automatic print headers.
UDDRFM The number of characters to be printed or displayed per line. The default is 133 characters per line.
Use SirPro Formatting? Specifying N to this prompt prints procedures as they are in the procedure file. Specifying Y forces a page break at the beginning of each procedure, numbers the lines of the procedure and produces a header at the top of each page, indicating the procedure file, procedure name, date, and time of the print.
Format for file reorg? Specifying Y to this prompt prints procedures beginning in column 1 and placing PROCEDURE procname and END PROCEDURE procname statements around each output procedure.

Procedures output to a file using this formatting feature can be input directly to a procedure file reorganization job.

Specifying Y to this prompt overrides a Y to the previous prompt (Use SirPro Formatting?), because file reorganization format precludes the type of headers and line numbers used in SirPro formatting.

PF keys are the same as on the procedure selection list, except that PF10 is not active (the user must return to the previous screen to refresh their selected list), and PF12 is used as a confirmation key for the print.

If either Option 1 or Option 2 is selected, SirPro executes a simple USE command. If Option 3 is selected, a command of the following format is executed:

USE $PRINT PRINTER=printer.id CLASS=print.class

If the specified printer is invalid, PRINTER=LOCAL is substituted.

All user entries on the print screen are saved in the user profile except the destination.

Rename procedures

Procedures selected for Renaming are presented one at a time.

Renaming procedures screen

On returning to the original list, procedure information lines are overwritten with a success message for renamed procedures, and they are protected from update until the user's procedure list is refreshed.

PF keys

The following PF keys invoke actions as described:

PF1 Full screen help for this screen.
PF3 Cancel the request to rename this procedure.

SmartBrowse: Browse, Variable and (#) Expand

Browse, Variable and # (Expand) prefix commands all invoke SmartBrowse sessions.

  • Browse displays the procedure in a scrollable list (which does not invoke an edit session).
  • Expand (#) brings inline all INCLUDEd code, and presents the fully expanded procedure in a scrollable list (INCLUDEs of temporary procedures are ignored).
  • Variable scans the fully expanded procedure and presents a list of undeclared %variables.

SmartBrowse: Browsing a procedure

SmartBrowse: Displaying undeclared variables

All three of these commands invoke the same procedure, so the user may switch their browse session from one view to another with the following commands:

BROWSE Convert the display to a simple browse session.
UNDECL Display undeclared variable names only.
VARIABLE Display undeclared variable names only (same as UNDECL).
EXPAND Expand all include statements.

The following command-line commands are also valid:

L n Locate line number n.
n or -n Scroll n or -n lines from the top line of the display.
F string or /string Find a specific "string," starting the search from the top line of the display. This string can be any part of the procedure name. That is, it is not a prefix search.
-F string or -/string Find a specific string, searching backward from the top line of the display.
TOP Moves the display to the top of the procedure list.
BOTTOM Moves the display to the bottom of the procedure list.
M When using PF7 or PF8, scroll up or down to the top or bottom of the list of procedures.

PF keys

The following PF keys invoke actions as described:

PF1 Full screen help for this screen.
PF3 Exit from SmartBrowse of this procedure.
PF7 Scroll up.
PF8 Scroll down.
PF9Repeat last command-line command.

See also