Security by Server Report panel

The Security by Server Report (SBMSVFREP) command prints a listing of the Server and Function properties you have configured.

How to get there

On the Reports Menu, choose option 18 or prompt SBMSVFREP.

Options

Server (SVR)

Allows you to limit the report to the properties for a specific server.

Specify one of the following values:

*ALL
Properties for all servers are listed.
server-name
Specify the name of the server for which you would like properties to be listed.

Output (OUTPUT)

Specifies the target of the report data. The data can be printed, or can be extracted to a CSV-formatted stream file.

Specify one of the following values:

*PRINT
The report data will be printed to a spooled file.
*CSV
The report data will be output to a CSV-formatted stream file.

Options (OPTIONS)

Options to allow you to tailor the output somewhat.

Specify zero or more of the following values:

*HIDEDFT
Functions defaulting to the server level will not be printed on the report. Functions that have Authority(*SERVER) Aud(*) Msg(*) Cap(*) Switch(*NONE) on them always default to the server-level properties.
*COLHEADS
Column headings will print before each new server's data is printed. This helps separate servers from each other in long listings.

Output file path (PATH)

Specifies the full path to the CSV-formatted stream file that is to receive the extracted transaction data. A new file is always created; if the file already exists, the command will fail.

path-name
Specify the path name of the CSV-formatted stream file that is to be created to receive the extracted transaction data.

Stream file CCSID (CCSID)

Specifies the encoding of the data placed into the CSV stream file.

*UTF8
Unicode UTF-8 (CCSID 1208) encoding will be used.
*UTF16
Unicode UTF-16 (CCSID 1200) encoding will be used.
*PCASCII
CCSID 819 will be used to encode the data.
1-65535
Specify the CCSID to be used to encode the CSV stream file data.

Include column headings (COLHEADS)

Specifies whether a row is included to specify the column headings in the resulting spreadsheet when the CSV file is opened by a compatible application.

*YES
The first row in the file will name each column.
*NO
A row that names each column is not included.