|
Related Questions |
View Answer |
|
What is LENGTH in COBOL II?
|
View Answer
|
|
What is SET TO TRUE all about, anyway?
|
View Answer
|
|
What is the default value(s) for an INITIALIZE and what keyword allows for an override of the default.
|
View Answer
|
|
In an EVALUATE statement is the order of the WHEN clauses significant?
|
View Answer
|
|
When is a scope terminator mandatory?
|
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
|