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

what authorization ID is used in a DB2 audit trace record


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

New User


Joined: 06 Jul 2007
Posts: 58
Location: home

PostPosted: Thu Mar 06, 2008 12:59 pm
Reply with quote

Hi all, I am preparing the DB2 702 certification testing, I encounter the following test item twice in two different places, and get different answers,
could you tell me the correct answer for this, and the explanation is highly appreciated,thanks!

Code:
The PAYROLL table is defined with AUDIT ALL. A TSO user has user ID DBA007, with primary authorization ID JONES and secondary authorization ID PAYGROUP. This user updates a row in the PAYROLL TABLE after issuing a SET CURRENT SQLID = 'DBA007'. In this situation, what authorization ID is used in a DB2 audit trace record?

A. JONES

B. DBA007

C. PAYGROUP

D. DISTSERV
Back to top
View user's profile Send private message
ravi17s
Warnings : 1

New User


Joined: 15 Aug 2003
Posts: 57

PostPosted: Thu Mar 06, 2008 2:51 pm
Reply with quote

In general, audit traces identify a process by its primary authorization ID.

The audit trace records the primary ID before and after invocation of an authorization exit routine.

Therefore, you can identify the primary ID that is associated with a change

In this case the primary authorization ID JONES.
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 How to split large record length file... DFSORT/ICETOOL 10
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
Search our Forums:

Back to Top