z/OS ISPF Edit and Edit Macros
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


MEMBER—Query the Current Member Name

z/OS ISPF Edit and Edit Macros
SC19-3621-00

The MEMBER assignment statement retrieves the name of the library member currently being edited, and places it in a variable. If a sequential data set is being edited, the variable is set to blanks.

Syntax

Read syntax diagramSkip visual syntax diagram
Assignment statement syntax

>>-ISREDIT--(varname)-- = --MEMBER-----------------------------><

varname
The name of a variable to contain the name of the library member currently being edited.

Return codes

0
Normal completion
12
Invalid command format
20
Severe error

Examples

To determine if you are editing a library member with a prefix of MIN:
ISREDIT (MEMNAME) = MEMBER
IF &SUBSTR(1:3,&MEMNAME  ) = MIN THEN -
   ...

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014