-
Difference between Divisions and paragraphs?
Difference between Divisions and paragraphs in COBOL explain in details ?
-
Storage Space
What is the use and when do we are use comp variables (comp, comp1, comp2 and comp3)?
-
Ascending Order String Handling
Given a string for eg: MICROSOFT, How can you arrange each letter in this string in an ascending order?
-
-
What COBOL construct is the COBOL II EVALUATE meant to replace?
EVALUATE can be used in place of the nested IF THEN ELSE statements.
-
What is LENGTH in COBOL II?
LENGTH acts like a special register to tell the length of a group or elementary item.
-
-
-
-
-
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?
-
-
-
-
-
-
-
-
COBOL Interview Questions
Ans