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...
3740Post New ASG Interview Questions
How do you write a function in excel?
Is there a windows 13 operating system?
What are the different versions of unix?
What is sessionfactory in hibernate?
What is a divider page?
Define upcasting.
what are the different types of base classes used in web-part?
What are the trigger events in qtp?
How will you differentiate nine-patch image from regular bitmap image?
What are parameter files? Where do we use them?
What is the usage of merge statement?
What are the benefits of c++?
why is the power generator connected as star earthed or star earthed through reactance and what its features ?
Explain how you can configure orbix logging?
What is the difference between http and https?