Work with S/36 Procedure Attr (WRKS36PRCA)

Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC)
Threadsafe: No
Parameters
Examples
Error messages

The Work with System/36 Procedure Attributes (WRKS36PRCA) command shows the Work with System/36 Procedure Attributes display. The display is a list of procedures from a specified library.

Top

Parameters

Keyword Description Choices Notes
FILE Source file Qualified object name Optional, Positional 1
Qualifier 1: Source file Name, QS36PRC
Qualifier 2: Library Name, *LIBL, *CURLIB
MBR S/36 procedure member Name, *ALL Optional, Positional 2
Top

Source file (FILE)

Specifies the name of the file being used by the program to which this command is applied.

The possible library values are:

*LIBL
The library list is used to locate the file.
*CURLIB
The current library for the job is used to locate the file. If no library is specified as the current library for the job, the QGPL library is used.
library-name
Specify the name of the library where the file is located.

The possible values are:

*QS36PRC
The default source physical file is used.
source-file-name
Specify the name of the source file.
Top

S/36 procedure member (MBR)

Specifies the name of a procedure member file.

The possible values are:

*ALL
The attributes of all procedure members in the file are specified.
procedure-member-name
Specify a procedure member name.
Top

Examples

WRKS36PRCA   FILE(RESEARCH)

This command displays the Work with S/36 Procedure Attributes panel, showing a list of attributes for all System/36 environment procedure members from file RESEARCH. The file is located using the library list.

Top

Error messages

None

Top