!!A - Alphanumeric 

The Alphanumeric Operand Type is used to represent constants referred to as Alpha, Char, Character, or String.   

;Statement: Called from within the [Attendance|MODULE-AT] module, checks if the employee is in Group 56, and, if it is during the probationary period, disqualifies the employee from receiving Leave entitlement.

||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto||	Else GoTo
|00010	|IF|	DB|	DGR.GROUP_CODE|	EQ|	A	|56|  |  |			00100|	00300
|00100|	PPE|  |  |			BD|	DB|	EEM.HIRE_DATE|	A|	+3M|	00200|	00300
|00200|	LET|	V|	ENTITLEMENT	|EQ|	B|	FALSE	|  |  |	00210	|
|00210|	MSG|	A|	PROBATION, NO ENTITLEMENT|  |  |  |  |  |99999	|
|00300|	LET|	V|	ENTITLEMENT|	EQ|	B|	TRUE	|  |  |99999|	
|99999|	RET|	V|	ENTITLEMENT|  |  |  |  |  |99999|	



----
![Notes|Edit:Internal.A_CONSTANT] 	
[{InsertPage page='Internal.A_CONSTANT' default='Click to create a new notes page'}]