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 Sysplex Interview Questions
What is an expression in c#?
How many moles of sodium hydrogen phosphate can be prepared from 3 mol of sodium hydroxide and phosphoric acid?
Difference interview sync vs async plug-ins.
Can you explain insert, update and delete query?
what is the difference between delegation and containership?
Why are recursive relationships bad? How do you resolve them?
What exactly is a shell?
Mention what is the difference between central instance & application server?
What about the master repository?
Enlist few areas or real-time situations where informatica is required.
What procedure is followed for selection of po and clerk?
What software configuration management tools are you familiar working with?
WHAT VISA YOU ARE APPLING FOR
How search works in drupal?
What is a container class? What are the types of container classes in c++?