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

Purpose of UID when unloading DB2 Table space


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

New User


Joined: 02 Aug 2007
Posts: 64
Location: Bangalore

PostPosted: Fri Dec 04, 2009 11:07 am
Reply with quote

Hi,
I was asked to test one Image copy job and the only modification i see between present job and existing job is the parameter passed to UID for DSNUPROD
Code:

//SURYA07 EXEC DSNUPROD,SYSTEM=DSN,UID='XXXXXXX',SORTPRI=0,TIME=90,


Can any one please explain the signiicance of this parameter, what is the possable impact by changing this parameter value.
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Fri Dec 04, 2009 11:41 am
Reply with quote

KariSurya,

UID is for 'Utility ID'. To uniquely identify an DB2 utility, when multiple utilities are running at the same time.

If UID is not specified, it will be your userid.jobname.

Sushanth
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Dec 04, 2009 1:55 pm
Reply with quote

Consider it as "identifier", as Sushanth said, this specifies the unique identifier for your utility job. You can use any string "to be used" as UID; only thing to keep in mind is that the maximum name length for it is 16 characters.
Back to top
View user's profile Send private message
karisurya

New User


Joined: 02 Aug 2007
Posts: 64
Location: Bangalore

PostPosted: Fri Dec 04, 2009 5:07 pm
Reply with quote

Thank you Anuj and Sushanth for clarifying it.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Dec 04, 2009 5:12 pm
Reply with quote

You're welcome... icon_smile.gif

Here is a link to explore a bit more, search for UID= in the link.
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top