Chapter Contents

Previous

Next
MEMLIST

MEMLIST



Displays a member list for a partitioned data set (PDS) or for a series of partitioned data sets in a concatenation

OS/390 specifics: all


Syntax
Details

Syntax

MEMLIST
MEMLIST DDname
MEMLIST DDname (member)
MEMLIST DDname(generic-name*)
MEMLIST DDname (generic-name:)
MEMLIST 'physical-filename '
MEMLIST 'physical-filename (member )'
MEMLIST 'physical-filename (generic-name *)'
MEMLIST 'physical-filename (generic-name :)'


Details

You can invoke the MEMLIST window from any window in the windowing environment, including the windows in SAS/FSP and SAS/AF. You can specify either a generic member name or a specific member name. For example, to list only members whose names begin with TEST in a PDS to which you have assigned the fileref MYPDS, you would use the following generic specification: MEMLIST MYPDS(TEST*) .

You can also invoke the MEMLIST window by using the M selection-field command in the FNAME window.

By entering one of the following selection-field commands in the MEMLIST window, you can perform various functions on the displayed list of PDS members:
B or S selects a member for browsing.
E selects a member for editing.
I includes a member into the PROGRAM EDITOR window and makes PROGRAM EDITOR the active window.
% submits a %INCLUDE statement for a member.
R renames a member.
D deletes a member.
? Display menu

MEMLIST Window

[IMAGE]


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.