On Tue, 29 Sep 2020 08:52:38 +0100, Sean Gleann  wrote:

>I'm currently investigating the use of DFDSS DUMP PATH to secure data held
>in UNIX files and folders.
>    ...
>"DFSMSdss does not provide wildcard support when processing UNIX files."
>    ...
>I can see a possible method of including a massaged version of 'ls' output
>in the INCLUDE parameter, but I don't see this as a particularly workable
>solution.
>
The better utility for that is "find" rather than "ls".  "find" supports 
wildcards
and boolean expressions; "ls" supports neither.  The massaging would need
to protect special characters with a scheme supported by DFSMSdss.
Filenames containing NL are a particular challenge.

ALas, z/OS's "find" does not support the precious "-print0" extension.

What you're asking is akin to asking DFSMSdss to select individual PDS members.
 
>Also, with a DUMP of data comes the requirement to be able to RESTORE it to
>- possibly - a different WORKINGDIRECTORY, but I haven't got that far yet.
>
Use 'pax".  Mr. Natural sez, Use the right tool for the job.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to