Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: ACKQDWLU

Package: Quasar

Routine: ACKQDWLU


Information

ACKQDWLU ;AUG/JLTP BIR/PTD HCIOFO/BH-QUASAR Utility Routine ; [ 04/25/96 10:03 ]

Source Information

Source file <ACKQDWLU.m>

Entry Points

Name Comments DBIA/ICR reference
WLSTATUS(ACKDA,ACKDIV,ACKWLMSG) ; determine the status for each division
; input : ACKDA=identifier of month to be compiled
;
; array ACKDIV passed by reference (.ACKDIV) containing
; the divisions selected for compilation
; array ACKWLMSG passed by reference (.ACKWLMSG)
; output : ACKWLMSG=status^oktocontinue^message
; and ACKWLMSG(DIV)=null
; where status=0, 1, 2 or 3 (for information only)
; oktocontinue=true, false or unknown (1, 0 or '?')
; message=text message for user
; DIV=list of Divisions the message applies to
; [ ACKWLMSG(DIV) corresponds to ACKDIV(DIV) ]
WLSTADIV(ACKDA,DIVIEN) ; determine status of ACKDIV for month ACKDA
STAQES(ACKWLMSG) ; Non Interactive run in the background
; input: ACKWLMSG as created in $$WLSTATUS above
; output: 1 if ok to continue, 0 if not
STAQES1(ACKDA,ACKDIV,ACKWLMSG) ; Interactive Version run in the foreground
DISPLAY ; Display Divisions that have problems
CLEAN ; Clean out previously generated data for selected divisions
CREATE(ACKDA,ACKM,ACKDIV) ; Create new date level entry on the workload file
CREATE1 ; Called from CLEAN code block
STF ; Delete the Start and end time and Job number from record.
; Called from CLEAN code block.
MDL(FLD,DIVIEN,ACKDA) ; Delete all entries from Multiple
; Called from CLEAN code block.
; Input=FLD - Multiple field level being deleted (1,2 or 3)
; DIVIEN - Division IEN #
; ACKDA - Site ID and run date selected
ECSTAT ; For EC Stats.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: STAQES1+15
Function Call: WRITE
  • Prompt: $P(ACKWLMSG,U,3)_" for the following Division(s) ",!!
  • Line Location: STAQES1+16
Function Call: WRITE
  • Prompt: ?54,$P(ACKDIV(ACKDIVNO),U,3),!
  • Line Location: STAQES1+18
Function Call: WRITE
  • Prompt: !!
  • Line Location: DISPLAY+4
Function Call: WRITE
  • Prompt: $P(ACKWLMSG,U,3),!!
  • Line Location: DISPLAY+5
Function Call: WRITE
  • Prompt: "This error has been found for the following Division(s) ",!!
  • Line Location: DISPLAY+6
Function Call: WRITE
  • Prompt: ?44,$P(ACKDIV(ACKDIVNO),U,3),!
  • Line Location: DISPLAY+8

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^ACK(509850.7 - [#509850.7] Classic Fileman Calls
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call