SA_Aamdex


 

SA_Aamdex provides all of the capabilities of the SUNAAMDX utility.

int SA_Aamdex ( char *Command, u32 CommandLen, char *DMAddr, u32 DMAddrLen );

Parameters:
Command
The sort specification
CommandLen
The length of the {Command} parameter.
DMAddr
The address of the data manager if used.
DMAddrLen
The length of the {DMAddr} parameter.

Note the following:

  1. The logical string for {Command} is exactly the same as the SUNAAMDX utility command line excluding the executable name.

  2. Examples of the {DMAddr} string are as follows:

  3.  

    127.0.0.1:3934

     

    127.0.0.1

     

  4. An internal Q option (-Q{logname}) allows the utility to append displayed data to a {logname} log file.

  5. Function return codes are as follows:

  6.  

    Value

    Meaning

    1

    Success.

    -nn

    Error as described in I/O error section of the PL/B Runtime Reference.

 

 



Sunaccess Reference SA_Config