DSNZPARM - AUDIST



IBM's flagship relational database management system

DSNZPARM - AUDIST

Postby Birnbaum » Wed Jun 09, 2010 5:08 pm

I Need to know if anyone in here have ever had this issue, and how the fixed it.

I resived a DSNZPARM where the AUDIST parameter was = 11111011000000000000000000000000

I had expected something a little more human like; 1,2,5,6,,9,,,. does anyone know how to read this or where i can find an explanation, and yes i have tried IBM and other places??

B

:geek:
User avatar
Birnbaum
 
Posts: 3
Joined: Wed Feb 10, 2010 8:29 pm
Has thanked: 0 time
Been thanked: 0 time

Re: DSNZPARM - AUDIST

Postby enrico-sorichetti » Wed Jun 09, 2010 6:22 pm

it might depend where You are looking at...
in the panels it should show as a sequence of number defining the classes

in the macro used to assemble the dsnzparms it would be reasonable to find
a sequence of biton bitoff positional flags

no one would have any business in modifying by hand the assembler code
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: DSNZPARM - AUDIST

Postby dick scherrer » Wed Jun 09, 2010 11:27 pm

Hello,

I resived a DSNZPARM where the AUDIST parameter was = 11111011000000000000000000000000
You might ask whoever provided this for clarification. . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: DSNZPARM - AUDIST

Postby GuyC » Fri Jun 11, 2010 12:23 pm

The audit trace classes to start (1-32). Acceptable values are YES, NO, a list of classes, or an asterisk (*). NO means no automatic start. YES starts the trace for the default class (class 1) when DB2 is started. List the numbers to specify other classes to start automatically. On the installation panel, you are allowed to specify whether to start the audit trace automatically when DB2 is started, and you can specify the classes for which to start the audit trace.

and it is provided by any tool that queries the zparms using the IBM-supplied stored procedure DSNWZP
so 11111011000000000000000000000000 = 1,2,3,4,5,7,8
GuyC
 
Posts: 315
Joined: Tue Aug 11, 2009 3:23 pm
Has thanked: 1 time
Been thanked: 4 times


Return to DB2

 


  • Related topics
    Replies
    Views
    Last post