policy, the job might be deleted from the queue at 16:56. 9. PRINT /PARAMETERS=AAA=123 This command passes the parameter AAA=123 to the print symbiont. The interpretation of the parameter is dependent on the symbiont. 10$ PRINT /PARAMETERS=(ddd,"e,(F=(3,4),g),h)",iii) This command passes three parameters to the print symbiont: DDD, "e,(F=(3,4),g),h)", and III. The use of the quotes around the second parameter allows the use of nested parentheses, commas, and the preservation of alphabetic case. This parameter value is perfectly acceptable to the PRINT command, even though it is apt to subsequently be rejected by the print symbiont. 11.PRINT /PARAMETERS=("N,O,P,Q,R,S,T",U,V) This command passes three parameters to the print symbiont: "N,O,P,Q,R,S,T", U, and V. Depending on the parsing capabilities of the symbiont and the length of the parameters (each parameter is limited to 255 characters), this may be a workaround to the limitation of eight parameters.