The NSK agent can be used to specify NSK-specific parameters in jobs (e.g. the TACL to be used or the user under which the job report should be created).
Specify the parameters in the following format:
== Parameter=Value
The agent searches the script for these lines and sets the parameters to the values you specified. TACL handles these lines as comments.
The following parameters are supported:
| 
                     Parameter  | 
                
                     Description  | 
            
|---|---|
| 
                     UC4_TACL_PROGRAM  | 
                
                     Alternative TACL (Shell) You can specify a different TACL if the standard TACL loads an environment which should not be used for AE jobs. This parameter is also helpful if several clients access a nonstop machine and require different TACL environments. The agent uses the standard TACL if the specified TACL cannot be used and logs an error message.  | 
            
| 
                     UC4_TACL_PROCESSNAME  | 
                
                     TACL process name  | 
            
| 
                     UC4_REPORT_USERNAME  | 
                
                     User under which the job report should be created. The value "DEFAULT_USER" can also be specified. In this case, the job report is created for the user under which the job runs.  | 
            
| 
                     UC4_REPORT_SECURITY  | 
                
                     NonStop security string for the job report Use this parameter carefully. An incorrect security string can have the effect that the agent cannot read or delete the job report.  | 
            
Examples:
== UC4_TACL_PROGRAM=$SYSTEM.SYS03.TACL
== UC4_TACL_PROCESSNAME=$CAT2
== UC4_REPORT_USERNAME=SQLCMP.SMITH
== UC4_REPORT_SECURITY=NNNN
        
This is an optional function. The agent uses the particular default values for parameters which have not been set in the script.