The ACP has the following call interface:
ENTRY ai-prog-name USING a-string pointer-1 pointer-2
       pointer-3 pointer-4 
            	 where:
The remaining parameters are part of DFHCOMMAREA as follows:
01  DFHCOMMAREA
    03 a-string     PIC X(4).
    03 pointer-1    POINTER.        pointing to Net-Info.
    03 pointer-2    POINTER.        pointing to Model-table.
    03 pointer-3    POINTER.        pointing to TCT-Info.
    03 pointer-4    POINTER.        pointing to Term-Info. 
            	 where:
This data format and those for pointer-1, pointer-2, pointer-3, and pointer-4 are supplied in copybook dfhcwai.cpy.