![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Breaks up an input string into a table specification, and optionally, the WHERE clause and the ORDERED clause of the corresponding table access statement. (C)CALL PARSE_TAM(string)
The string of characters to be analyzed by the parser. Contains the table specification, optionally the WHERE clause, and optionally the ORDERED clause of the corresponding table access statement.
An encoding of the parameters suitable for passing to the FORALLA tool, or empty. An encoding of the WHERE clause suitable for passing to the FORALLA tool, or empty. An encoding of the ORDERED clause suitable for passing to the FORALLA tool, or empty. Successive invocations of PARSE_TAM overwrite the values in the TAM table buffer left by previous invocations.
There is a syntax error in the table specification, WHERE clause and ORDERED clause passed in the argument string. The field TAM.MSG contains a message specifying the syntax error. The other fields of TAM are NULL.
1. Takes a string containing the table specification, plus optionally the WHERE clause and optionally the ORDERED clause of a table access statement
2. Dynamically accesses all rows of the specified table instance that match the WHERE clause (if there is a WHERE clause, otherwise all the rows)
3. Writes them to the message log in the specified order (if any, otherwise the default table order)lists the rows of the TABLES table where the field value of NAME is greater than or equal to the letter Q in reverse alphabetical order of the values of the field NAME.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |