{
{   The purpose  of  this  request  is  to  determine  if a job has previously
{ accessed the set.  This is done by searching the job active set table  keyed
{ by set name.
{
{       STP$SEARCH_JAST_FOR_SET (REQUIRED_SET, JAST_ENTRY, SET_FOUND)
{
{ REQUIRED_SET:  (output)  This  parameter  specifies  the  name of the set to
{       search for.
{
{ JAST_ENTRY: (output) This parameter returns the entry into  the  job  active
{       set table.  This is only valid if set_found = TRUE.
{
{ SET_FOUND:  (output)  This  indicates whether the job has previosly accessed
{       the set for permanent file functions.  If TRUE the set  was  found  in
{       the job active set table, if FALSE it was not found.
{
{
