|
snt_loader routine |
|
|
This routine is invoked by XCICS/TS at startup and reconfiguration time to let the user add programmatically entries in the SNT (users). For each user entry it wants to add to the SNT, the routine must call the function fCX_add_snt_entry passing the pointer to an area type struct xcics_user_info containing the information of the user being created. Prototype int function_name(short int startup); Passed parameters
Return codes 0 OK Example declaration define exit_program type=snt_loader, name=my_define_snt, library=libmysnt.so; Example code #include "cics.h"
|