produce()  release()

Chapter 4: Production Objects and Methods

qual()

Description

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.

Syntax

qual(blob *input);

Parameter

Description

input

Pointer to the blob object that contains the input data.

Return value

Integer.

Returns > 0 for success, and < or = 0 for failure.

Examples

Example 34

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. release()

View this book as PDF