Page 1 of 1

MaxCC 8 while loading GDG data to VSAM

PostPosted: Mon Apr 21, 2008 8:36 am
by kapildevchowdhry
Hi All,

I'm trying to load data from a GDG version to a VSAM file. By doing so, I'm getting Maxcc 8.
Below is what I see in SYSPRINT message:
********************************* TOP OF DATA **********************************

DFS391I D A T A B A S E D A T A S E T R E C O V E R Y U T I L I T Y
S Y S I N C O N T R O L C A R D S
DFS391I S IDHDPCUR DPCUR DFSUDUMP COUNTRY/CURRENCY DB
E N D O F S Y S I N C O N T R O L C A R D S
DFS391I **RECOVER DATA BASE IDHDPCUR DDNAME DPCUR
DFS301A UNABLE TO OPEN DDNAME DFSUDUMP
DFS339I FUNCTION RV HAS COMPLETED ABNORMALLY RC=08
******************************** BOTTOM OF DATA ********************************

This is what DFSUDUMP in Proclib:
//DFSUDUMP DD DSN=IDHR42L.INCCSS1.IC1DPCUR(0),
// DISP=OLD

I have the GDG version of ICIDPCUR and also can see that theres data in it.

Please Let me know if you need any more information.

Can any one help me out in resolving the error.
Thanks in Advance.

Re: MaxCC 8 while loading GDG data to VSAM

PostPosted: Mon May 05, 2008 2:33 pm
by jayind
Try in the following sequence of steps..

1. Make sure that no dataset is migrated
2. Make sure all the datasets exist
3. sort the input GDG file on the key fields
4. use IDCAMS to load to VSAM

you can remove the unnecessary steps in JCL/PROC during testing as it will avoid unnecessary messages displayed in the output