Hi, everybody.
Is it possible to CD a PDS file from Mainframe to Unix? I've created a folder in Unix server, and want to send all the members of the PDS file to the folder, the name should be the elements' names and it will be better if the filename extension could be added in the CD command. The jcl to CD VSAM to Unix is as below. Anyone could help to change to CD PDS file? Thanks a lot.
STEP001 COPY FROM (PNODE -
DSN=&DS -
DISP=SHR) -
TO (SNODE -
DSN=\'&DIR || -
\&FNAME'\ -
SYSOPTS=":DATATYPE=BINARY:XLATE=NO:" -
DISP=RPL) -
COMPRESS EXT