CALLINT

Use CALLINT to indicate the call interface convention applicable to calls made with the CALL statement, and to indicate whether argument descriptors are to be generated.

Read syntax diagramSkip visual syntax diagram
CALLINT option syntax

            .-SYSTEM--.                            
>>-CALLINT(-+-OPTLINK-+-+--------------------+-)---------------><
            '-CDECL---' |   .-NODESC-------. |     
                        '-,-+-DESC---------+-'     
                            +-DESCRIPTOR---+       
                            '-NODESCRIPTOR-'       

Default is: CALLINT(SYSTEM,NODESC)

Abbreviations are: None

You can override this option for specific CALL statements by using the compiler directive >>CALLINT.

CALLINT has two sets of suboptions:

related references  
Compiler-directing statements