5.13 DASDPDSU (PDS unload utility)
5.13.1 Function
The DASDPDSU utility is a command that unloads PDS members from a DASD image and copies each
member to a file memname.mac in the current working directory.
5.13.2 Syntax
Descriptive
DASDPDSU filename [SF=shadowfile]
pdsname [ASCII]
Diagram
Êʬ¬¬ DASDPDSU ¬¬¬ filename ¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬Ê
shadowfile ¬¬¬¯
ʬ¬¬ pdsname ¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ
5.13.3 Parameter
filename
Name of the DASD image file from which a PDS will be unloaded.
shadowfile
Optional name of an associated shadow file.
pdsname
Name of the partitioned dataset on the DASD image file from which the members
will be unloaded.
ASCII
If the optional keyword ASCII is specified the members will be unloaded as ASCII
variable length text files. Otherwise the members are unloaded as fixed length
EBCDIC binary files.
5.13.4 Examples
Example 1:
Unload the dataset “SYS1.PARMLIB” on DASD image file MVSRES.CCKD in ASCII format.
DASDPDSU D:\MVS\DASD\MVSRES.CCKD SYS1.PARMLIB ASCII