13.1.3.1.1 Developing the ExternQuerySecurity in C
- Use this interface:
int ExternQuerySecurity(char *restype, char *restype_data_value, char *resclass, char *resclass_data_value, char *residlength, int *residlength_data_value, char *resid, char *resid_data_value, char *logmessage, int *logmessage_cvda, char *read, int *read_cvda, char *update, int *update_cvda, char *control, int *control_cvda, char *alter, int *alter_cvda, int *resp, int *resp2, char *userid);
- Generate an "
ExternQuerySecurity.o
", and link it in ART servers (STRN, STR1, ATRN, ATR1, CTRN, CTR1). - In the makefile_intg (Cics_Rt/tools), add the
"
ExternQuerySecurity.o
" in object variables for each server (STRN_OBJS, STR1_OBJS, ATRN_OBJS, ATR1_OBJS, CTRN_OBJS, CTR1_OBJS) - Execute the makefile to rebuild these servers.
Parent topic: Example COBOl Code for ExternQuerySecurity