|
Related Questions |
View Answer |
 |
What is the difference between a subscript and an index in a table definition? |
View Answer |
 |
If you were passing a table via linkage, which is preferable - a subscript or an index? |
View Answer |
 |
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc? |
View Answer |
 |
When is a scope terminator mandatory? |
View Answer |
 |
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution? |
View Answer |
 |
In an EVALUTE statement is the order of the WHEN clauses significant? |
View Answer |
 |
What is the default value(s) for an INITIALIZE and what keyword allows for an override of the default? |
View Answer |
 |
What is SET TO TRUE all about, anyway? |
View Answer |
 |
What is LENGTH in COBOL II? |
View Answer |
 |
What is the difference between a binary search and a sequential search? What are the pertinent COBOL commands? |
View Answer |
 |
What is the point of the REPLACING option of a copy statement? |
View Answer |
 |
How can I tell if a module is being called DYNAMICALLY or STATICALLY? |
View Answer |
 |
What is the difference between a DYNAMIC and STATIC call in COBOL? |
View Answer |
 |
What is the difference between PIC 9.99 and 9v99? |
View Answer |
 |
What is Pic 9v99 Indicates? |
View Answer |
 |
What guidelines should be followed to write a structured COBOL prgm? |
View Answer |
 |
What is the difference between SEARCH and SEARCH ALL? What is more efficient? |
View Answer |
 |
What care has to be taken to force program to execute above 16 Meg line? |
View Answer |
 |
How do you submit JCL via a COBOL program? |
View Answer |
 |
How to execute a set of JCL statements from a COBOL program? |
View Answer |