Extract an SFS File and Placing the File on the VM Reader Spool

In this example, one file is being extracted from the CDSFS filepool to be placed upon a VM reader spool. Note that the format of the SFSDIR statement must end with a period when only the main directory is referenced.

TESTSFS  PROCESS      SNODE=CSD.VM.NODE NOTIFY=USER1
STEP01   COPY  FROM  (DSN=’PROFILE EXEC’              -
                      SFSDIR=(’CDSFS:USER1.’)         -
               TO    (DSN=’!SPOOL USER1 TSET DATA’)