API parameters

After you have found the API that you want to use, you need to code a call to an API and pass to the API the required set of parameters appropriate for that API.

Parameters can be:

For OPM and ILE APIs, the values for all parameters that identify objects on the system must be in *NAME (basic name) format, left-justified, uppercase, and with valid special characters. (The *NAME format is a character string that must begin with an alphabetic character (A through Z, $, #, or @) followed by up to 9 characters (A through Z, 0 through 9, $, #, @, ), or _). The system uses an object name as is, and it does not change or check the object name before locating the object. This improves the performance of the API. An incorrect name usually results in an Object not found error.

Related reference
OPM and ILE API differences