On Mon, 23 Feb 2015 15:00:52 -0800, Charles Mills wrote:
>I'm trying to do the following and I know it does not work because IDCAMS
>says
>IDC2559I MEMBER CAN NOT BE SPECIFIED WITH A GENERIC NAME
>
>But is there a way to do something like this, without restricting the job to
>V2R1 and symbols in SYSIN? I want to delete all members of a PDS where the
>PDS is named with a JCL symbol:
>
> DELETE FOO.*.LOAD(*) NONVSAM FILE(OUTLOAD)
>
Well, since most of the PDSes I care about are NFS automounted to
Solaris systems, I'd do:
rm /mvsmount/foo/*.load/*
... wondering the while why programmers torture themselves by restricting
themselves to Legacy MVS constructs.
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN