Can datasets of a different record length (LRECL) be concatenated?
True
False
What are the Different components of COBOL?
Division
Paragraph
Clause
Character
Program
All the above
"Clause" in Cobol means :
Syntactically valid combination of words and clauses
Sequence of one or more statements terminated by period
Words and characters specifying attribute of entry
Syntactically valid combination of words
Sequence of one or more statements terminated by comma
The order of cobol components
Identification Division, Environment Division, Data Division, Procedure Division
Identification Division, Procedure Division, Data Division, Environment Division
Environment Division, Data Division, Identification Division, Procedure Division
NONE OF THE ABOVE
ALL OF THE ABOVE
LEVEL-66 IS WHICH CLAUSE?
RENAME
REDEFINE
CONDITION NAMES
NONE
ALL
"Elementary level item. Cannot be subdivisions of other items, nor can they be subdivided themselves." Which level above sentence is referring to?
66
77
88
Level for Group or elementary items is
00-49
02-49
01-49
05-49
10-49
What are the different data types available in COBOL?
Numeric
Alphabetic
Alpha-numeric
Numeric Edited
01-03
What are all the figurative constants available in COBOL?
Zero, Zeroes, Zeros
Quote, Quotes
Space, Spaces
High-Value, Highest-Value
Mutually Exclusive PIC Clauses
CR and DB
$ + _ Z *
V.
Only 1
Only 1 & 2
1, 2 & 3