What is the difference between information modeler and information composer?
Can any one tell me , what is the role of SAP Security Admin in BW Security and APO Security ?
what is genetic competence and plasmid mediated transformation ?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?
In java how do we copy objects?
Differentiate between linearlayout, relativelayout, absolutelayout.
Explain ratio analysis and its advantages.
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
What are the different versions of nm?
Give examples of “select” and “filter” functions from “dplyr” package.
Shipping point on the sales order shipping tab there is a field with the text “shipping point.” I would like to add new shipping points to certain plants. Where is this configured in sap?
What are the different index configurations a table can have?
what is rating boiler
What is the use ale?
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...