ILE C/C++ Compiler Reference

USRPRF

Valid only with the CRTBNDC and CRTBNDCPP commands. Specifies the user profile that is used when the compiled ILE C or C++ program object is run, including the authority that the program object has for each object. The profile of either the program owner or the program user is used to control which objects are used by the program object.

|--+-----------------------------+------------------------------|
   |         (1)   .-*USER--.    |
   '-USRPRF(-------+-*OWNER-+--)-'
 
 

Notes:

  1. Create Bound Program command only

*USER
Default setting. The profile of the user that is running the program object is used.
*OWNER
The collective sets of object authority in the user profiles of both the program owner and the program user are used to find and access objects during the program object's processing time. Objects that are created by the program are owned by the program's user.


[ Top of Page | Previous Page | Next Page | Table of Contents ]