I am trying to transfer a current gdg(0) from loacl system to remore gdg ds(+1).
Can you provide me a sample jcl.
I am at 5.6 version
dsput and gdg
Re: dsput and gdg
getting
[78.690] could not obtain allocation settings for data set //BSMF01.INTERIM.SMFT1.TEMP(0)
with
cozsftp> dsput //BSMF01.INTERIM.SMFT1.TEMP(0) //XBBL6FP.SMF.TEST(+1)
and
remote open("//XBBL6FP.SMF.TEST(+1)"): Operation unsupported for
cozsftp> dsput //BSMF01.INTERIM.SMFT1.TEMP.G0927V00 //XBBL6FP.SMF.TEST(+1)
Uploading //BSMF01.INTERIM.SMFT1.TEMP.G0927V00 to //XBBL6FP.SMF.TEST(+1)
ZosSettings: Transfer options: *linerule=l4,*mode=binary[binary]
ZosDataset: Opening dataset BSMF01.INTERIM.SMFT1.TEMP.G0927V00 for read with options: shr
[17.794] remote open("//XBBL6FP.SMF.TEST(+1)"): Operation unsupported
[78.690] could not obtain allocation settings for data set //BSMF01.INTERIM.SMFT1.TEMP(0)
with
cozsftp> dsput //BSMF01.INTERIM.SMFT1.TEMP(0) //XBBL6FP.SMF.TEST(+1)
and
remote open("//XBBL6FP.SMF.TEST(+1)"): Operation unsupported for
cozsftp> dsput //BSMF01.INTERIM.SMFT1.TEMP.G0927V00 //XBBL6FP.SMF.TEST(+1)
Uploading //BSMF01.INTERIM.SMFT1.TEMP.G0927V00 to //XBBL6FP.SMF.TEST(+1)
ZosSettings: Transfer options: *linerule=l4,*mode=binary[binary]
ZosDataset: Opening dataset BSMF01.INTERIM.SMFT1.TEMP.G0927V00 for read with options: shr
[17.794] remote open("//XBBL6FP.SMF.TEST(+1)"): Operation unsupported
Re: dsput and gdg
Currently, only regular sequential data sets are supported with dsget and dsput.
You can't use GDG relative references.
You can't use GDG relative references.
Re: dsput and gdg
Is this still the case with version 6.2.1? I'm getting the same error.
Re: dsput and gdg
Yes, dsget and dsput support relative GDGs for sequential datasets as of release 6.0.0. Please note that both sides must be at 6.0.0 or later.