Object List API

Note:
Use APINOBLL instead.

API Routine: APINOBLS
Parameters: UGNLPARM, UOLLOBLS

The Object List API allows users to add, purge or display (retrieve) object list objects for a particular migration event. The following functions are valid:

A Add objects to objects list.
D Display (Retrieve) object list for a migration event.
P Purge the entire object list for a migration event.

This document covers the following topics:


Local Data Area UOLLOBLS

The fields to be passed to the API as the second parameter are in the supplied local data area UOLLOBLS. The following is a detailed description of these fields:

Field Name Format Description
EVENT A32 Name of the migration event.
LINE-CNT P5 Input - number of objects to return. Output - number of objects returned.
API-OBLS A80 (1:10) 1* Object list.
API-OBLS    
API-OBLS-ENTRY (1:10) Number of object list entries.
OBJECT-NAME A32 Name of the object.
OBJECT-TYPE A4 Type of the object.
OBJECT-VERSION A32 Version or the status of the object.
OBJECT-FILLER A12 Object filler.
PAC-OBLS-AREA B20 Reserved PAC work area.

1*: This is the proposed default value. Any value equal or greater 1 can be defined by the user.

Object List API Return Codes

7250 Object List exists.
7251 Object List not found.
7253 Object List added.
7256 Object List has been purged.
7259 Object List was not added.