{
{    The purpose of this request is to get various data about prints. Which
{  print to investigate is based upon what the caller uses (USER_ID and
{  PRIVILEGE) and any restrictions imposed by STATUS_OPTIONS.
{
{        QFP$GET_PRINT_STATUS (USER_IDENTIFICATION, PRIVILEGED_JOB,
{          STATUS_OPTIONS, STATUS_RESULTS, NUMBER_OF_PRINTS_FOUND, STATUS);
{
{ USER_IDENTIFICATION: (input) This is the NOS/VE user identification.  This
{        is the print's owner or originator.
{
{ PRIVILEGED_JOB: (input) This indicates that the job has privilege to see
{        "other" prints and is not restricted to USER_IDENTIFICATION.
{
{ STATUS_OPTIONS: (input) This is an array of varients which can designate
{        criteria a print must meet in order to have its data returned.
{
{ STATUS_RESULTS: (input-output) This is an array of varients which contains
{        the selection of which data are desired and the associated values.
{
{ NUMBER_OF_PRINTS_FOUND: (output) This designates the number of prints that met
{        the criteria imposed by USER_ID, PRIVILEGE and STATUS_OPTIONS.
{
{ STATUS: (output) This is the record that contains the status of the request.
{

