acceptAllParameters
Receives a list of all parameters followed by their value. This is useful to monitor what is actually passed by the HTTP client.
General format
void acceptAllParameters( params )   | 
Syntax rules
1.	params is an alphanumeric data item. It’s good practice to use items with picture X ANY LENGTH for this purpose.
General rules
1.	A single buffer is returned by this method. The buffer contains all the parameter names followed by their respective value.