9.225 WEBQ_SEND
Note: Built-In Function Rules Usage Options
Send text data to the specified data queue.
Arguments
No
|
Type
|
Req/ Opt
|
Description
|
Min Len
|
Max Len
|
Min Dec
|
Max Dec
|
1
|
A
|
Req
|
Library Name
|
1
|
10
|
|
|
2
|
A
|
Req
|
Queue Name
|
1
|
10
|
|
|
3
|
A
|
Req
|
Message Data Note: Converted message data cannot exceed size of max data queue entry.
|
1
|
65536
|
|
|
4
|
N
|
Opt
|
From CCSID The CCSID encoding of the message data. The default value is 0 which is the CCSID of the job. Note: CCSID 65535 is invalid.
|
1
|
5
|
0
|
0
|
5
|
N
|
Opt
|
To CCSID The target CCSID encoding of the data to be send to the data queue. The default value is 0 which is the CCSID of the job. Note: If the From CCSID equals the To CCSID then no data conversion is done. Note: CCSID 65535 is invalid.
|
1
|
5
|
0
|
0
|
|
Return Values
No
|
Type
|
Req/ Opt
|
Description
|
Min Len
|
Max Len
|
Min Dec
|
Max Dec
|
1
|
A
|
Req
|
Return Code OK ERROR NOQUEUE NOMESSAGE
|
1
|
20
|
|
|
2
|
A
|
Req
|
Return Error Message
|
1
|
65536
|
|
|
|