-
Prime number in COBOL
Culd any body tell the concept for the prime number programe?
-
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?
-
-
-
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 -
-
-
-
-
COBOL Divisions
What are the four divisions in COBOL
-
CHKPT and COMMIT in cobol-IMS pgm.
How to create chkpnt and commit in IMSDB-ocobol PGM.?
-
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)
-
-
-
-
How do you delete specific record using COBOL
I want delete one record from the file that is50 th record how can we delete ...?
-
-
What is file status 39 in cobol?
Lrecl and block size mismatch .can anyone explain in detail...
-
-
Move X TO XX
A PIC X(1) value A.B PIC X(2) VALUE SPACES.IF MOVE A TO B. WHAT IS THE VALUE OF B. Is it ' A' OR 'A '.
COBOL Interview Questions
Ans