I can make a suggestion. But if this fails, the following questions would need to be addressed.

 SYSOPTS=("STORCLAS=RKF1 DATACLAS=EXT") -

Don't know if that will work. I've not worked on/with NDM on a daily basis for 
about 4 years now.

Why do you have to specify storclass and dataclas for the receiving entity? Does it not have ACS rules to handle this?

Secondly, could you provide any error messages relative to the sysopts processing?

One other thought: Can you do a run task on the other system to define the dataset and then do the xfer?

Steve Thompson

On 1/31/2024 8:50 AM, Gadi Ben-Avi wrote:
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

--
Regards, Steve Thompson

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

Reply via email to