PRS8 ;HISC/MRL,WIRMFO/JAH-DECOMPOSITION, PROCESSOR ;01/30/2007
Source file <PRS8.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
OPT | ; --- option selection
|
|
1 | ;;EMPLOYEE
|
|
11 | ||
12 | ||
2 | ;;T&L DECOMPOSITION
|
|
3 | ;;VIEW
|
|
DFN | ; --- entry point where DFN and PY are defined
|
|
PY | ; --- select pay period to decompose
|
|
CKPY | ; --- entry point for checking PY variable
|
|
EMP | ; --- select employee
|
|
CKDFN | ; --- entry point for checking DFN
|
|
ONE | ; --- entry point for decomposing a single entry (non-inteactive)
|
|
; --- where do I display this
|
||
EXIST | ; --- check to see if data exists and show
|
|
DECOM | ; --- decompose again
|
|
NOPE | ; --- can't process
|
|
END | ; --- all done here/kill variables
|
|
AUTOPINI(PPIEN,EMPIEN,PRIOR,PRVAL) | ; initialize auto-posted data
; This call backs out auto-posted data from the time card (if any) ; inputs ; PPIEN = pay period IEN (file 458) ; EMPIEN = employee IEN (file 450, sub-file 458.01) ; PRIOR = optional flag, true (=1) to return original data ; PRVAL = optional array, required if PRIOR true ; passed by reference ; contains the original data (before removal) in the format ; PRVAL(day number,node number)=value of node ; if no auto-posted data then array would be undefined |
|
AUTOPRES(PPIEN,EMPIEN,PRVAL) | ; restore auto-posted data
; This call restores original auto-posted data that was initialized ; by AUTOPINI. See AUTOPINI for description of inputs. |
|
ER | ; error messages
|
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|