5.13.3 GET
The GET command allows the program to access HTTP protocol properties and the error row of the bad data record.
To receive the error record, pass a single field working list and each record field is added as an entry.
Syntax:
Command |
Keyword |
Value |
Developer notes |
GET |
PROPERTY |
value |
Get HTTP header property. |
*LIST |
Get all HTTP header properties. |
||
ERROR |
*ROW |
Get error row. |
|
*RECORD |
Get error record. |
Example
GET PROPERTY(*LIST) #WRKLST(NAME,VALUE)