Difference between revisions of "CEEDOD"

From MidrangeWiki
Jump to: navigation, search
(Added API)
 
m
 
Line 4: Line 4:
 
The CEEDOD api is used to determine parameter information using [[operational descriptors]].
 
The CEEDOD api is used to determine parameter information using [[operational descriptors]].
  
NOTE: Procedures invoking this API must be tagged with the [[opdesc]] modifier.
+
NOTE: Procedures invoking this API must be tagged with the [[OPDESC]] modifier.
 
= Prototype for the CEEDOD API =
 
= Prototype for the CEEDOD API =
 
<pre>
 
<pre>

Latest revision as of 14:30, 28 June 2010

Summary

The CEEDOD api is used to determine parameter information using operational descriptors.

NOTE: Procedures invoking this API must be tagged with the OPDESC modifier.

Prototype for the CEEDOD API

     DibmCEEDOD        PR                  extproc('CEEDOD')
     D pParmNbr                      10i 0 const
     D pDescType                     10i 0
     D pDataType                     10i 0
     D pDescInfo1                    10i 0
     D pDescInfo2                    10i 0
     D pLength                       10i 0
     D pFeedback                     12    options(*omit)