-
-
-
-
-
What if Stop Run is missing in COBOL program?
Stop Run is last command in COBOL program.But if it is missing, will the program abend?
-
Reformat Output file
I have a file having 1000 records and each record having 8 fields, but i want to output having 1,3,5,7 fields only, then how can i achieve this criteria?
-
-
-
-
-
-
-
-
-
If you were passing a table via linkage, which is preferable - a subscript or an index?
Wake up - you haven't been paying attention! It's not possible to pass an index via linkage. The index is not part of the calling programs working storage. Those of us who've made this mistake, appreciate the lesson more than others.
-
When is a scope terminator mandatory?
Scope terminators are mandatory for in-line PERFORMS and EVALUATE statements. For readability, it's recommended coding practice to always make scope terminators explicit.
-
-
-
-
COBOL Interview Questions
Ans