IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

what does CURRENTDEGREE(ANY) mean in a BMC unload utility


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ravindra.vadali

New User


Joined: 30 Jan 2012
Posts: 34
Location: USA

PostPosted: Tue Dec 11, 2012 10:36 pm
Reply with quote

Hi

I have this BMC unload utility which needs to invoke parallelism, so I used the option CURRENTDEGREE(ANY) with DIRECT NO, but while the unload was executing I found that it automatically set the DEGREE to NONE, so I am not sure if I am using the correct option to invoke parallelism in BMC unload. If CURRENTDEGREE(ANY) is not for parallelism then what does it actually do?

I did google about this option but I didn't get any definition/explination specific to this option in BMC

It would be of a great help to me if anyone has an idea of what actually this CURRENTDEGREE option is or if it means the same as DEGREE(ANY) in a DB2 world

Below are the details of the information I am seein from BMC

Code:
BMC50471I CURRENTDEGREE=NONE                      NULLTYPE=T1
BMC50102I   UNLOAD                                       
BMC50102I      DIRECT NO                                 
BMC50102I      FORMAT CSV                               
BMC50102I      TERMINATEDBY '~'                         
BMC50102I      ENCLOSEDBY ''                             
BMC50102I      NULLSTRING ''                             
BMC50102I      TSFMT('YYYY-MM-DD-HH.MM.SS.NNNNNN')       
BMC50102I      TIMEFMT('HH.MM.SS')                       
BMC50102I      CURRENTDEGREE(ANY)                       
BMC50102I                   


Thanks,
Ravi
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Dec 11, 2012 11:19 pm
Reply with quote

Hello,

I suggest BMC support would have the best answer. . .
Back to top
View user's profile Send private message
ravindra.vadali

New User


Joined: 30 Jan 2012
Posts: 34
Location: USA

PostPosted: Wed Dec 12, 2012 12:23 am
Reply with quote

Thanks D.Sch,

I had my DBAs have an explain on the job and it proved that BMC invoked parallelism while CURRENTDEGREE is set to ANY.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Dec 12, 2012 12:44 am
Reply with quote

You're welcome - good to hear it is resolved icon_smile.gif

d
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Remote Unload of CLOB Columns DB2 6
No new posts Multiple table unload using INZUTILB DB2 2
No new posts REASON 00D70014 in load utility DB2 6
No new posts changing defaults in db2 admin - Unlo... DB2 0
Search our Forums:

Back to Top