IdentitySet | Base Class Library | MessageFileHandler |
Intrinsic is an abstract class which represents the common behavior for all COBOL intrinsic data types.
Include this entry in the Class-Control paragraph of any program using this class.
intrinsic is class "intrnsic"
The list below does not include methods inherited from Base. For these methods, click the button below:
description | Returning astring |
equal | Using anintrinsic Returning lnkbool |
equalbyLengthValue | Using voidparam voidparam2 Returning bool |
getAddress | Returning lnkPtr |
getValue | Returning avalue |
greaterThan | Using anobject Returning lnkbool |
greaterThanbyLengthValue | Using voidparam voidparam2 Returning bool |
greaterThanOrEqual | Using anobject Returning lnkbool |
greaterThanOrEqualByLengthValue | Using comparelength comparevalue Returning bool |
isComponent | Returning lnkbool |
isIndexed | Returning lnkbool |
LessThan | Using anobject Returning lnkbool |
lessThanbyLengthValue | Using voidparam voidparam2 Returning bool |
LessThanOrEqual | Using anobject Returning lnkbool |
lessThanOrEqualByLengthValue | Using comparelength comparevalue Returning bool |
setValue | Using avalue |
size | Returning alength |
sizeInBytes | Returning alength |