| Other COBOL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| for an INITIALIZE and what keyword allows for an override
of the default. | | 1 |
| What is EIBCALEN? Why it is used? | ADP | 2 |
| we can use set true for condition names..
similarly can we code set to false in cobol pgm?
will it work? | | 1 |
| What is Comm? | IBM | 1 |
| there is a file whose ORGANISATION is INDEXED.you want to
read the records
from the file in RANDOM fashion as well as
sequentially.then which of the
access mode would you specify?
a.SEQUENTIAL
b.RANDOM
c.DYNAMIC
D.ACCESS MODE has nothing to do with it
| TCS | 3 |
| 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING".
01 NAME2 PIC X(13).
now I want to display the value of NAME1 in reverse order
i.e value should be displayed as "GNIMMARGORP LOBOC"
HOW can I do that ??? please let me know if any one knows
it. | FirstApex | 7 |
| How do you define a variable of COMP-1? COMP-2? | | 1 |
| In an EVALUTE statement is the order of the WHEN clauses
significant? | | 1 |
| What is different between variable length and fixed length? | | 2 |
| what is the difference between start and startbr? | | 2 |
| I want ALL ERROR codes in VSAM | TCS | 2 |
| What will happen if you code GO BACK instead of STOP RUN in
a stand-alone COBOL program i.e. a program which is not
calling any other program ? | | 1 |
| What is the different between index and subscript? | | 3 |
| What are differences between COBOL and java ? why we are
giving more preference to COBOL ? | | 3 |
| How to covert given string into ASCII value in COBOL/MF
COBOL | IBM | 3 |
| .How to add one input & one Out file in existing cobol
program.
how approach tell me step by step.
| Syntel | 2 |
| Consider the following COBOL entries:
05 X PIC 99 VALUE 10.
SUBTRACT 20 FROM X.
The resultant value of X wil be
| TCS | 6 |
| What will happen if a variable is declared as below..
Explain with an example?
Working storage section:-
01 WS-VARX PIC X(9) VALUE SPACES.
01 WS-VARN REDEFINES WS-VARX PIC 9(9). | | 7 |
| How to resolve the soc4 and soc7 errors? | US-Technology | 1 |
| How may divisions are there in JCL-COBOL? | IBM | 2 |
| |
| For more COBOL Interview Questions Click Here |