A User-defined word, in the SPECIAL-NAMES Paragraph of the Environment Division, that assigns a name to a Collating Sequence.A sequence of contiguous Characters which form a COBOL Word, a Literal, a PICTURE character-string, or a Comment-Entry.An entry in the Identification Division that may be any combination of Characters from the computer character set.A unit of data (excluding Literals) defined by the COBOL program.
A Numeric Literal or a numeric data item that does not include any digit position to the right of the assumed decimal point. When the term 'integer' appears in general formats, integer must not be a numeric data item, and must not be signed, nor zero unless explicitly allowed by the rules of that format.A Character-String whose value is implied by the ordered set of characters comprising the string.
• NOTE - National digits are managed as UTF-16BE characters.A Data Item whose description restricts its content to a value represented by characters chosen from the digits '0' through '9'; if signed, the item may also contain a '+', '-', or other representation of an operational sign. (See the SIGN clause.)A Literal composed of one or more Numeric Characters that may contain either a decimal point, or an algebraic sign, or both. The decimal point must not be the rightmost character. The algebraic sign, if present, must be the leftmost character.
A COBOL Word specified in the list of words which may be used in a COBOL source program, but which must not appear in the program as a User-defined word or System name.A COBOL Word that is used to communicate with the operating environment.A user-defined word is a COBOL Word that must be supplied by the user to satisfy the format of a clause or statement. Each Character of a user-defined word is selected from Literal, Numeric Literal, '_' and '-', except that '_' and '-' may not appear as the first character.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |