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...
3733Post New ASG Interview Questions
How do I access the drupal admin panel, when the login block is disabled?
How is session id stored in browser?
Who calls the dealloc strategy?
What is pole of the system?
What is the difference between index seek vs. Index scan?
What language is bash?
What is the use of encryption and decryption?
What is state machine in uipath?
if n is a natural numbers, the n(n+1)(N+5) is
How to move a string into a TMemoryStream or TFileStream?
What does “contain” and “matches” indicates in the regular expression?
What are your salary requirements at Aflac?
how to connect with oracle 9i with server in socket program in c/c++
What is WP3 Synchronization?
Why do we use Hadoop?