Parses input data into production object field objects, sets associated datalink objects, and runs the associated qualification objects. This method is used in AIM development that includes a transaction production file containing the production object.
qual(blob *input);
Parameter |
Description |
---|---|
input |
Pointer to the blob object that contains the input data. |
Integer.
Returns > 0 for success, and < or = 0 for failure.
blob In_data;
In_data = “a bunch of data that fails to qualify”;
my_prod.qual(&In_data);
where my_prod is the name of the production object.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |