How is it possible to do a cross-sysplex copy of a PDS dataset by running one JCL on the target sysplex? I tried to use IEBCOPY with SUBSYS & CSM as follows: //CSMTRAN1 EXEC PGM=IEBCOPY //SYSPRINT DD SYSOUT=* //SYSUT1 DD DSN=PDS-Dataset-name-from,DISP=SHR, // SUBSYS=(CSM,'SYSPLEXNAME-FROM') //SYSUT2 DD DSN=PDS-Dataset-name-to,DISP=OLD, // SUBSYS=(CSM,SYSPLEXNAME-TO') //SYSIN DD DUMMY This did not work. I always get the following error "IEB1071E DD NAME SYSUT1 IS SUPPOSED TO BE A PARTITIONED DATA SET BUT IT HAS NO DIRECTORY. EXPECT A TERMINAL I/O ERROR. (DS1LSTAR=X'000000' DS1DSORG=X'0000' JFCDSORG=X'0200') " The source dataset is a catalogued pds dataset with many entries. The target dataset is allocated in the same job some lines before the transfer. I got an example like this for PS datasets with IEBGENER. But for PO datasets there should be a similar possibility...
4016Post New ASG Interview Questions
what is a composite key?
What is an access macro?
What is the difference between remove() and removeChild()?
Name some functions available in “dplyr” package.
Which container method is used to cause a container to be laid out and redisplayed?
How do I disable avast antivirus in windows 7?
What is Indirect Valuation?
What are guards in laravel?
How can you default certain items while creation of internal order master data?
What is the aws lambda function?
What is abi stability?
What is your stream meaning?
What are the types of subscriptions in SQL Server replication?
Enthalpy and entropy are functions of one single parameter. Which is that ?
What is the use of a default gateway?