| Other COBOL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can we use goto statement in inline_perform ? | IBM | 2 |
| What are different file OPEN modes available in COBOL? | Sun-Life | 2 |
| What should be the sorting order for SEARCH ALL? | | 3 |
| What are ISOLATION LEVELS? Where do we need to specify them? | | 2 |
| How do you submit JCL via a Cobol program? | | 3 |
| What is IMPACT analysis? | IBM | 1 |
| Explain call by context by comparing it to other calls. | | 1 |
| what is the result of the following?
DIVIDE A INTO B GIVING C.
a.C=A/B
b.the reminder of B/A is stored in C
c.C=B/A
d.the reminder of A/B is stored in C
| TCS | 2 |
| What are VS COBOL 11 special features? | | 1 |
| What is an explicit scope terminator? | | 1 |
| what is the basic concept of mainframe? what knowledge is
needed for learn this mainframe? | CSE | 2 |
| How can we find out wether to declare the data items like
Integer, Char,Comp? If comp types how can we decide wether
it is Comp and Comp3.How it is?
Please Explain... Cheers. | Syntel | 1 |
| What divisions, sections and paragraphs are mandatory for a
COBOL program? | | 4 |
| What will happen if we generate GDG (+2) version without
generating (+1) version? | T-systems | 2 |
| What is the linkage section? | | 2 |
| What is wrong with the following data declaration?
01 W-DATE PIC X(6).
05 DD PIC 99.
05 MM PIC 99.
05 YY PIC 99.
(a) Nothing is wrong.
(b) Under W-DATE all level 05 items are having a PIC 99 but
level
01 has PIC X(6).
(c) PIC can't be specified for a group item.
(d) DD, MM, and YY are invalid datanames.
| TCS | 4 |
| I have a sequential file. How do I access a record in this
sequential file randomly in my program ? | Xansa | 4 |
| Hi All,
Can anyone tell me how we can MOVE value of a X(19)
variable to a S9(17) COMP-3 variable?
Answer with an Example will be of great help. | EDS | 5 |
| In the JCL, how do you define the files referred to in a
subroutine ? | | 1 |
| what is Pic 9v99 Indicates? | | 1 |
| |
| For more COBOL Interview Questions Click Here |