
| Description | I/O | Type | Example |
|---|---|---|---|
| Receiver variable | Output | Char(*) | name=fred |
| Length of receiver variable | Input | Binary(4) | 1024 |
| Length of response | Output | Binary(4) | 9 |
| Request variable | Input | Char(*) | QUERY_STRING |
| Length of request variable | Input | Binary(4) | 12 |
| Error code | I/O | Char(*) | Data structure found in QSYSINC/QRPGLESRC.QUSEC |
| Description | I/O | Type | Example |
|---|---|---|---|
| Receiver variable | Output | Char(*) | name=fred |
| Length of receiver variable | Input | Binary(4) | 1024 |
| Length of response | Output | Binary(4) | 9 |
| Error code | I/O | Char(*) | Data structure found in QSYSINC/QRPGLESRC.QUSEC |
| Description | I/O | Type | Example |
|---|---|---|---|
| Data variable | Input | Char(*) | Content-type: text/html |
| Length of data variable | Input | Binary(4) | 30 |
| Error code | I/O | Char(*) | Data structure found in QSYSINC/QRPGLESRC.QUSEC |
| Description | I/O | Type | Example |
|---|---|---|---|
| Qualified database file name | Input | Char(20) | 'COMMENTDS *LIBL ' |
| Input string | Input | Char(*) | name=fred |
| Length of input string | Input | Binary(4) | 9 |
| Response variable | Output | Char(*) | COMMENTDS |
| Length of response available | Input | Binary(4) | length of COMMENTDS |
| Length of response | Output | Binary(4) | 4 |
| Response code | Output | Binary(4) | 0=All keywords translated -1=The database file contains extra fields -2=The CGI input contains extra fields -3=Combination of -1 and -2 |
| Error code | I/O | Char(*) | Data structure found in QSYSINC/QRPGLESRC.QUSEC |

CGP060