Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 554.01

Package: CMOP

CMOP OPERATIONS(#554)-->554.01

Sub-Field: 554.01


Information

Parent File Name Number Package
CMOP OPERATIONS(#554) BACKGROUND FILE PROCESSES 554.01 CMOP

Details

Field # Name Loc Type Details
.01 BACKGROUND FILE PROCESSES 0;1 SET
  • '1' FOR BACKGROUND FILER;
  • '2' FOR RELEASE FILE PURGE;
  • '3' FOR DATABASE PURGE;
  • '4' FOR RELEASE DATA PURGE;

  • LAST EDITED:  AUG 29, 1995
  • DESCRIPTION:  
    This is the type of process that is scheduled.
  • CROSS-REFERENCE:  554.01^B
    1)= S ^PSX(554,DA(1),1,"B",$E(X,1,30),DA)=""
    2)= K ^PSX(554,DA(1),1,"B",$E(X,1,30),DA)
1 START TIME 0;2 DATE

  • INPUT TRANSFORM:  S %DT="EST" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  DEC 19, 1994
  • DESCRIPTION:  
    This is the date/time the job was first scheduled to run.
2 TASK NUMBER 0;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 29, 1995
  • HELP-PROMPT:  Type a Number between 0 and 999999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the task number of the job. If the task number exists the job has been scheduled to run. If the task number is not present, the job has been unscheduled.
  • CROSS-REFERENCE:  554^AB^MUMPS
    1)= S:X>0&($P(^PSX(554,1,1,DA,0),U,1)=1) ^PSX(554,"AB",DA)=""
    2)= K:($P(^PSX(554,1,1,DA,0),U,1)=1) ^PSX(554,"AB",DA)
    This cross reference exists if the background filer process is scheduled.
  • CROSS-REFERENCE:  554^AR^MUMPS
    1)= S:X>0&($P(^PSX(554,1,1,DA,0),U,1)=2) ^PSX(554,"AR",DA)=""
    2)= K:($P(^PSX(554,1,1,DA,0),U,1)=2) ^PSX(554,"AR",DA)
    This cross reference exists if the background process to purge the CMOP RELEASE file is scheduled.
  • CROSS-REFERENCE:  554^AD^MUMPS
    1)= S:X>0&($P(^PSX(554,1,1,DA,0),U,1)=3) ^PSX(554,"AD",DA)=""
    2)= K:($P(^PSX(554,1,1,DA,0),U,1)=3) ^PSX(554,"AD",DA)
    This cross reference exists if the background purge of the CMOP DATABASE file is scheduled.
  • CROSS-REFERENCE:  554^AS^MUMPS
    1)= S:X>0&($P(^PSX(554,1,1,DA,0),"^",1)=4) ^PSX(554,"AS",DA)=""
    2)= K:($P(^PSX(554,1,1,DA,0),"^",1)=4) ^PSX(554,"AS",DA)
    This cross reference exists if the background job to purge the Release Data multiple in the CMOP Operations file (#554) is scheduled.
3 STATUS 0;4 SET
  • 'R' FOR RUNNING;
  • 'S' FOR STOPPED;

  • LAST EDITED:  DEC 19, 1994
  • DESCRIPTION:  
    This is the current status of the job.
4 DUZ 0;5 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  DEC 19, 1994
  • DESCRIPTION:  
    The person who scheduled the task to run.
5 UNSCHEDULED DATE/TIME 0;6 DATE

  • INPUT TRANSFORM:  S %DT="EST" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  DEC 19, 1994
  • DESCRIPTION:  
    This is the date/time the task was unscheduled.
6 USER 0;7 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  DEC 19, 1994
  • DESCRIPTION:  
    This is the user who unscheduled the process.
7 DAYS TO KEEP 0;8 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 29, 1995
  • HELP-PROMPT:  Type a Number between 0 and 999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of days of data to retain during a purge of the Release Data multiple.
8 COMPLETED 0;9 DATE

  • INPUT TRANSFORM:  S %DT="EST" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAR 21, 1996
  • DESCRIPTION:  
    This is the date/time the process last ran to completion.
Info |  Details