Specific labels available in SPECALBIL

List of specific labels available in the SPECALBIL script.

  • DEBUT: used to take over before the indicators to calculate are read
  • LECTURE: used to overload by program the 'Calculation condition' section of the indicators
  • MOYENNE: used to overload by program the 'End calculation' section of the indicators
  • DIVISE: used to overload by program the 'Divisor' section of the indicators
  • CALCUL: used to overload by program the 'Calculation' section of the indicators
  • FIN: used to take over before the results are entered in the BILRES file
  • RAZVARCTR: used for the RTZ of specific variables before loop on the contracts
  • SETVARCTR: used to assign specific variables to the loop on the contracts
  • LOAVLT: used to add line/column breakdown criteria ->loading of new breakdowns
  • LOAIND: used to update MLIG & MCOL standard variables for new breakdowns
  • SETIND: used to determine the ordering index of employee data
  • POSIND: used to assign lines and columns via the J & K standard variables
  • SETVARVEP: used to assign specific variables to the slip loop

Context and operating method

Call context

In the annual employment report calculation (script CALBIL1), it is possible to intervene in many actions accessible via the SPECALBIL script provided for that purpose.

You can refer to the generated standard source: WWBILSOC.

$ACTION
 Case ACTION
When "LECTURE": Gosub LECTURE
When "CALCUL" : Gosub CALCUL
When ...
 Endcase
Return

$LECTURE
#Specific code
Return

$CALCUL
#Specific code
Return