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.02

Package: CMOP

CMOP OPERATIONS(#554)-->554.02

Sub-Field: 554.02


Information

Parent File Name Number Package
CMOP OPERATIONS(#554) COST 554.02 CMOP

Details

Field # Name Loc Type Details
.01 TASK START TIME 0;1 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 10, 1994
  • HELP-PROMPT:  Enter the date and time the job was sent to be queued.
  • DESCRIPTION:  
    This field contains the date and time the task was sent to be queued.
  • CROSS-REFERENCE:  554.02^B
    1)= S ^PSX(554,DA(1),2,"B",$E(X,1,30),DA)=""
    2)= K ^PSX(554,DA(1),2,"B",$E(X,1,30),DA)
1 STATUS 0;2 SET
  • '0' FOR QUEUED;
  • '1' FOR RUNNING;
  • '2' FOR COMPLETED;

  • LAST EDITED:  NOV 15, 1994
  • HELP-PROMPT:  Enter the status of the task.
  • DESCRIPTION:  
    This field contains the status of the task. The task can be queued, running, or completed.
  • CROSS-REFERENCE:  554^ARUN^MUMPS
    1)= S:'X!(X=1) ^PSX(554,"ARUN",X,DA)=""
    2)= K ^PSX(554,"ARUN",X,DA)
    3)= DO NOT DELETE!
    This cross-reference is set if the task is queued or running. It is used to find the active tasks.
2 BEGINNING DATE 0;3 DATE

  • INPUT TRANSFORM:  S %DT="E" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 10, 1994
  • HELP-PROMPT:  Enter the first date the data is to be compiled or purged.
  • DESCRIPTION:  
    This field contains the first date the data is to be compiled or purged.
3 ENDING DATE 0;4 DATE

  • INPUT TRANSFORM:  S %DT="E" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 10, 1994
  • HELP-PROMPT:  Enter the last date the data is to be compiled or purged.
  • DESCRIPTION:  
    This field contains the last date the data is to be compiled or purged.
4 USER 0;5 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  MAR 01, 1995
  • DESCRIPTION:  This field identifies the person who sent the job to be tasked.
  • TECHNICAL DESCR:  
    Pointer to the New Person file #200.
5 PURGE/COMPILE 0;6 SET
  • 'C' FOR Compile Data;
  • 'P' FOR Purge Data;

  • LAST EDITED:  NOV 10, 1994
  • HELP-PROMPT:  Enter the type of activity the task is performing.
  • DESCRIPTION:  
    This field contains the type of activity the task is performing.
6 TASK END TIME 0;7 DATE

  • INPUT TRANSFORM:  S %DT="EST" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 15, 1994
  • HELP-PROMPT:  Enter the date and time the task is completed.
  • DESCRIPTION:  
    This field contains the date and time the task was completed.
7 TASK NUMBER 0;8 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  NOV 15, 1994
  • HELP-PROMPT:  Enter the number assigned to the task by TaskMan.
  • DESCRIPTION:  
    This field contains the number assigned to the task by TaskMan.
Info |  Details