-
-
-
How do you retrieve a sequential file in random manner
Yes when there is online
-
Dynamic Linking in COBOL
I have two modules called 'A' and 'B'. Module 'A' opens the ORACLE database connection, and Calls 'B', which queries the database using the 'SELECT' statement.When I hard code the module name during CALL, the called module uses the database connection opened in the module 'A'. Pls refer below:CALL "B"But, when I moved the module name into a variable and try to call the module, as belowMOVE "B" TO...
-
Real time requirement in global payments-mainframes
Hiprovide info about any real time requirement in global payments-mainframesbyeramya
-
-
-
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?
COBOL Interview Questions
Ans