However, there are instances when I would like to go directly passed GO
and collect my $200 without having to key ENTER again from the 3.4
prompt screen or return to it. I am able to go directly into the listing
if I pass a dataset name in the SELECT command via SELECT PGM(ISRDSLST)
PARM(DSL "libname") and am looking for a means by passing only a volume
Id.
thanks again
Bill
> From: Jeff Rice [mailto:Jeff...@HUNTINGTON.COM]
>
> Here is a "cheat" I use to call the Dataset List Utility:
> To call 3.4 with a Dataset Name:
>
> ZDLDSNLV = some dataset naming criteria
> ZDLPVL = ""
> "ISPEXEC VPUT (ZDLDSNLV ZDLPVL) PROFILE"
> "ISPEXEC CONTROL NONDISPL ENTER"
> "ISPEXEC SELECT PGM(ISRUDL) PARM(ISRUDLP)"
>
> To call 3.4 with a Volume
>
> ZDLDSNLV = ""
> ZDLPVL = some volume
> "ISPEXEC VPUT (ZDLDSNLV ZDLPVL) PROFILE"
> "ISPEXEC CONTROL NONDISPL ENTER"
> "ISPEXEC SELECT PGM(ISRUDL) PARM(ISRUDLP)"
>
> The only concideration with this is that it leaves you in the
> 3.4 screen
> after you exit the first request. For me this is a good
> thing because I
> might want to enter another 3.4 request.
>
> Although, I too would be interested in hacking out all the exceptable
> parms, not only for 3.4 but for all the ISPF utilities.
>
>
> later,
>
> Jeff Rice
>
>
>
>
>
>
>
> "George, Bill" <bill....@EDS.COM> on 09/04/98 01:53:21 PM
>
>
> I would like to call the Data Set List Utility (=3.4) with a volume id
> from a REXX exec using ISPF 4.2 MVS 5.2.
>
> I currently do this using SELECT PGM(ISRDSLST) PARM(DSL "libname")
> SUSPEND to display a list based off a cataloged dataset name or masked
> name.
>
> Questions:
> 1) Does someone know what PARM is required to display a list
> of datasets
> on a volume id?
>
> 2) Does someone know how or where I can identify all available parms
> that can be passed to program ISRDSLST?
>