Work with S/36 Source Attr (WRKS36SRCA)

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

The Work with System/36 Source Attributes (WRKS36PRCA) command shows the Work with System/36 Source Attributes display. The display is a list of source members within a specified source file.

Top

Parameters

Keyword Description Choices Notes
FILE Source file Qualified object name Optional, Positional 1
Qualifier 1: Source file Name, QS36SRC
Qualifier 2: Library Name, *LIBL, *CURLIB
MBR S/36 source 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:

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

S/36 source member (MBR)

Specifies the name of a source 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

WRKS36SRCA   FILE(MESSAGE)  MBR(TEXT)

This command displays the Work with S/36 Source Attributes panel, showing a list of attributes for System/36 environment source member TEXT from file MESSAGE. The file is located using the library list.

Top

Error messages

None

Top