-
-
Usage of copy statement in Cobol
Hi,
Can any one tell how to use copybook in COBOL, and please explain with file structure(means i am using 5 fields of file and i want to declare them in copybook and and i want use it in COBOL programming)
-
CHKPT and COMMIT in cobol-IMS pgm.
How to create chkpnt and commit in IMSDB-ocobol PGM.?
-
COBOL Divisions
What are the four divisions in COBOL
-
-
-
-
-
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 will happen if a cursor is opened again before closing?
A cursor is opened.After fetching few rows. it is opened again before closing it.What will be the result?
-
Prime number in COBOL
Culd any body tell the concept for the prime number programe?
-
-
-
-
C1 C2 C3 are three conditions whose TRUTH values are as follows.
C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below
A:C1 AND(NOT C2) OR C3
B.(NOT C1) OR (NOT C2 AND NOT C3)
C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3
given the above information which of the following statements are valid? a.only A,B and C are TRUE
b.only A,C and D are TRUE
c.A,B,C and D are TRUE
d.only C and D are TRUE -
What is SET TO TRUE all about, anyway?
In COBOL II the 88 levels can be set rather than moving their associated values to the related data item. (Web note: This change is not one of COBOL II's better specifications.)
-
How will you analyze a COBOL program?
Hi,
I was asked in interview how would you analyze a COBOL program?
I gave the ans as there are many kind of analyses -:
Requirement analysis
Root cause analysis
Impact Analysis
Problem / logic analysis
but in general we talk about problem finding in a program
and told him we would first go in for a procedure division and check what... -
Use of COMP fields?
Is there any use of using COMP fields other than betwee SPACE utilization?
COBOL Interview Questions
Ans