Hi,
I am trying to transfer a file using Connect:Direct from one z/OS system to 
another.
I need to specify both STORCLAS and DATACLAS.
This is what I am writing:
CPYSEQ PROCESS                                -
        SNODE=RTST
 COPY1 COPY                                    -
       FROM (DSN=G120NTN.KVTNKSP.UNLOAD                        -
             DISP=SHR                          -
             PNODE                             -
            ) -
       TO   (DSN=G120NTN.KVTNKSP.UNLOAD                        -
             DISP=(NEW,CATLG)                                  -
             SPACE=(CYL,(999,9999),RLSE)                       -
             SYSOPTS="STORCLAS=RKF1 DATACLAS=EXT" -
             SNODE                             -
            )

And I keep getting errors.

How to I specify more than one parameter in SYSOPTS. I've tried writing a comma 
between the parameters with the same results.

Thanks

Gadi





----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to