In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution ?
When is a scope terminator mandatory ?
How can I tell if a module is being called DYNAMICALLY or STATICALLY ?
What is the point of the REPLACING option of a copy statement ?
What is the difference between a binary search and a sequential search ? What are the pertinent COBOL commands ?
What is LENGTH in COBOL II ?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc. ?
Explain call by context by comparing it to other calls. ?
What was removed from COBOL in the COBOL II implementation ?
What is the significance of ‘above the line’ and ‘below the line’ ?
What is SET TO TRUE all about, anyway ?
How do we get current date from system with century?
What is the maximum length of a field you can define using COMP-1?
Why do we code S9(4) COMP? In spite of knowing COMP-3 will occupy less space?
What is the LINKAGE SECTION used for ?
What is the difference between NEXT SENTENCE and CONTINUE ?
What is an in line PERFORM ? When would you use it ? Anything else to say about it ?
If you were passing a table via linkage, which is preferable - a subscript or an index ?
What is the difference between a subscript and an index in a table definition ?
What is the linkage section ?
What is Redefines clause ?
How many sections are there in data division ?
What is PERFORM What is VARYING ?
Differentiate COBOL and COBOL-II ?
What is the LINKAGE SECTION used for ?
What is the Purpose of POINTER Phrase in STRING command?
What is the Importance of GLOBAL clause According to new standards of COBOL?
Difference between next and continue clause?
What is an explicit scope terminator ?
How many bytes does a S9(7) COMP-3 field occupy ?
How do you define a variable of COMP-1 ? COMP-2 ?
What is COMP-1 ? COMP-2 ?
What is the difference between COMP & COMP-3 ?
How is sign stored in a COMP field ?
How is sign stored in a comp-3 field ?
No comments:
Post a Comment