Script CALBIL1: Annual employment report calculation

Specific labels available in SPECALBIL

List of specific labels available in the SPECALBIL script.

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