Work with S/36 Program Attr (WRKS36PGMA)

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

The Work with System/36 Program Attributes (WRKS36PGMA) command shows the Work with System/36 Program Attributes display. The display is a list of programs from a specified library.

Top

Parameters

Keyword Description Choices Notes
PGM S/36 program Qualified object name Required, Positional 1
Qualifier 1: S/36 program Name, *ALL
Qualifier 2: Library Name, *LIBL, *CURLIB
Top

S/36 program (PGM)

Specifies the qualified name of the program.

The possible library values are:

*LIBL
The library list is used to locate the program.
*CURLIB
The current library for the job is used to locate the program. 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 program is located.

The possible values are:

*ALL
All programs in the library are shown.
program-name
Specify a program name.
Top

Examples

WRKS36PGMA   PGM(IDENTIFY)

This command displays the Work with S/36 Program Attributes panel, showing a list of attributes for program IDENTIFY which will be located using the library list.

Top

Error messages

None

Top