Skip to content
New issue

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

TABLE-HANDLE and DATASET handle in parameter definition raise errors #98

Closed
eglekaz opened this issue Oct 30, 2024 · 0 comments
Closed

Comments

@eglekaz
Copy link

eglekaz commented Oct 30, 2024

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 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant