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...
I need your kind support. I have more than 6yrs of exp in
s/w industry. I have worked on some DW technologies which
are out dated. For almost 1 year I was on bench.During this
bench period I learnt cognos on my own using online docs.
Hence I am alligned to a project few months ago to work on
cognos. Unfortunately after joining this project I did not
get opportunity to work on cognos. I am working on
different things apart from cognos.
I should get job in another company. Otherwise I am gone.
I am confident enough to get job on Cognos in another
company.
Please let me know is it possible to work on Cognos at lead
position (as my current position is at lead level) without
having real time experience.
Your response is highly appreciated and I will be grateful
to you.
Thanks in advance
Ganesh
i tried to copy some records from microsoft excel to as-400
physical file through "Bosanova" emulation. Out of 14000
records only 12000 records copies and subsequently programe
started to hang. Then, i closed the program forcefully. I
did' under stand the problem. Also when i try to compile
the physical file it is showing as "The file in use". How
to overcome this problem?