-
-
How will you connect any Database to MicroFocus COBOL?
have idea about How the flow. But i wanted to know this code and explanation.
-
What is difference between RM COBOL & MF-COBOL & Pro COBOL & VS-COBOL or Do we have any other type of COBOL ?
Can you please explain how these differences?
-
What is difference between Object oriented COBOL & MicroFocus COBOL?
Give correct code examples
-
-
Level Number
Do we need to give level number in sequence order? Why?
-
-
Redefine in COBOL
can a third level redefining possible in COBOL?
01 B REDEFINES A
05 A PIC X(2)
01 C REDEFINES B
01 D REDEFINES C -
What is file status 39 in cobol?
Lrecl and block size mismatch .can anyone explain in detail...
-
-
-
CHKPT and COMMIT in cobol-IMS pgm.
How to create chkpnt and commit in IMSDB-ocobol PGM.?
-
Use of COMP fields?
Is there any use of using COMP fields other than betwee SPACE utilization?
-
What is the use of INSPECT verb in COBOL?
Explain it with an example?
-
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.
COBOL Interview Questions
Ans