Michael Egle wrote:
>I am trying to write a REXX program which will use the Catalog Search
>Interface to access one system's Master Catalog to return the VOLUME
>Information for every dataset cataloged in that Catalog.
.> .. but since I want every dataset, I want to use a filter like *.*, ....
Try
KEY = '**'
CSIFILTK = SUBSTR(KEY,1,44)
You may need to revise this statement:
CSICATNM = SUBSTR('<catalog name>',1,44)
HTH!
Groete / Greetings
Elardus Engelbrecht
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN