We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples:
define INPUT-OUTPUT PARAMETER TABLE-HANDLE hNode. define OUTPUT PARAMETER TABLE-HANDLE hData. define OUTPUT PARAMETER TABLE-HANDLE hSchema. define INPUT PARAMETER DATASET-HANDLE hDset. define OUTPUT PARAMETER TABLE-HANDLE ttHandle.
Also
define PARAMETER BUFFER p_Buf for _Field. define INPUT PARAMETER DATASET FOR dsAudPolicy.
Snippets from documentation (https://docs.progress.com/bundle/abl-reference/page/DEFINE-PARAMETER-statement.html):
DEFINE { INPUT | OUTPUT | INPUT-OUTPUT } PARAMETER { TABLE FOR temp-table-name[ APPEND ][ BIND ][ BY-VALUE ] | TABLE-HANDLE temp-table-handle[ BIND ][ BY-VALUE ] | DATASET FOR dataset-name[ APPEND ][ BIND ][ BY-VALUE ] | DATASET-HANDLE dataset-handle [ BIND ][ BY-VALUE ] }
DEFINE PARAMETER BUFFER buffer-name FOR [ TEMP-TABLE ]table-name [ PRESELECT ]
The text was updated successfully, but these errors were encountered:
b1dad3e
No branches or pull requests
Examples:
Also
Snippets from documentation (https://docs.progress.com/bundle/abl-reference/page/DEFINE-PARAMETER-statement.html):
The text was updated successfully, but these errors were encountered: