{
{    The purpose of this request is to reactivate a job which is inactive due
{  to being reloaded from a backup or belonging to a disk set which was added
{  to a configuration by Alternate Set Recovery.
{
{        JMP$ACTIVATE_JOB (SYSTEM_JOB_NAME, FAMILY_NAME, SUBCATALOG_NAME,
{              RECOVER_USING_ABORT_DISPOSITION, IGNORE_CLIENT_INITIATED_JOBS,
{              STATUS);
{
{ SYSTEM_JOB_NAME: (input) This is the system-supplied job name for the job
{        that is to be reactivated.
{
{ FAMILY_NAME: (input)  This is the NOS/VE family name in which the input file
{       resides.
{
{ SUBCATALOG_NAME: (input)  This is the subcatalog in the $SYSTEM username of
{       the specified family that contains the file.
{
{ RECOVER_USING_ABORT_DISPOSITION: (input)  This indicates if the job abort
{       disposition originally specified with the input file should be used to
{       determine the restartability of the job.
{
{ IGNORE_CLIENT_INITIATED_JOBS: (input)  This indicates that if the job is
{       initiated on a client, the job's initiation location should be ignored
{       and the job should be requeued as queued and not initiated.
{
{ STATUS: (output) This is the record that contains the status of the request.
{      CONDITIONS:
{        ofe$sou_not_active
{
