|
Related Questions |
View Answer |
|
What is the difference between comp and comp-3 usage? Explain other COBOL usages.
|
View Answer
|
|
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
|
View Answer
|
|
What is the difference between a subscript and an index in a table definition?
|
View Answer
|
|
What is the linkage section?
|
View Answer
|
|
What was removed from COBOL in the COBOL II implementation?
|
View Answer
|
|
What COBOL construct is the COBOL II EVALUATE meant to replace?
|
View Answer
|
|
What is the difference between NEXT SENTENCE and CONTINUE?
|
View Answer
|
|
What is an in line PERFORM? When would you use it? Anything else to say about it?
|
View Answer
|
|
What is an explicit scope terminator?
|
View Answer
|
|
What are the differences between COBOL and COBOL II?
|
View Answer
|
|
If you were passing a table via linkage, which is preferable - a subscript or an index?
|
View Answer
|
|
Explain call by context by comparing it to other calls.
|
View Answer
|
|
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
|
View Answer
|
|
How include time & date in the report generation in cobol programing?
|
View Answer
|
|
How to include system time & date in the report generation in cobol programing?
|
View Answer
|
|
In the example below 05 WS-VAR1 PIC X(5)
05 WS-VAR2 REDEFINES WA-VAR1 PIC 9(5).
PROCEDURE DIVISION
MOVE 'ABCDE' TO WS-VAR1.
now what is the value of WS-VAR1 and WS-VAR2 ?
|
View Answer
|
|
What is the maximum size of the variable length record?
|
View Answer
|
|
Can Redefines clause be used in File section, if yes at which level number ?
|
View Answer
|
|
What is difference between comp & comp-4?
|
View Answer
|
|
What are the type of comp usage?
|
View Answer
|