is_test_page
is_test.i4.v = is_test_page()
This routine returns a value of TRUE if the calling program is a
test version of a program. Otherwise, a value of FALSE is returned.
This function returns status values as follows:
TRUE program is a test version
FALSE program is a production version
This function requires the following include files:
cnsparam_h, cbslib_h
Related functions:
get_process_name, myname, get_process_number, get_process_alias,
get_process_alias_number, set_process_alias
C/C++ usage:
int is_test;
is_test = is_test_page();