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...
4057Post New Hotel Jobs Sysplex Interview Questions
What is a postfix expression?
List out the inheritance styles in django?
Explain go live.
Explain the manual testing process?
Define primary key?
Differentiate between a for loop and a while loop? What are it uses?
Will you be able to store pictures in the database?explain.
What do you call it when you combine two names?
what is sflinz and sflrna?
What is project type?
What are functions in oop?
List some of the frequent shells used in unix along with their indicators?
How do you create a list which is a reverse version on another list in python?
I have written an assembly that I want to use in more than one application. Where do I deploy it?
Which ami does amazon elastic beanstalk uses?