misi01 Advanced
Joined: 02 Dec 2002 Posts: 624 Topics: 175 Location: Stockholm, Sweden
|
Posted: Fri Jun 30, 2017 8:33 am Post subject: Unload of IMS database using FABHX034 |
|
|
I'm unloading a database using the program above. The job finally succeeded (without a B37) after I specified my space as CYL and 200,50.
I'm just wondering whether there is a parameter that anyone knows of that will stop the unload after a certain amount of segments/records have been unloaded ? The UNLOAD statements allocated in DD-name PLUSIN (yes, I'm having problems finding documentation for that DD-name as well) are
Code: |
UNLOAD MONITOR(YES,50000) DIRBFRS(25,25) SEQBFRS(6) -
FASTIO(YES,500K) REPORTS(IOSTATS(YES)) -
USERHDR(HDRLEN, +
FILLER2, +
SEGCKYSZ, +
FILLER2, +
SEGDATSZ, +
SEGNAME, +
SEGCKEY)
|
Maybe there's an extra option there I'm not aware of (I found references to RECNUM, but my impression is that that is only used for reloading a database) _________________ Michael |
|