| Other COBOL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Hi all,
I have a following requirement to write the cobol program.
I have to load the 129 variables from input sequential file
which are in excel sheet to the cobol inernal table. and
after loading into table i have to compare this data with
the business file. here compare means controlling the data
whether the format(numeric,alpha) is same in the business
file and in the table??? i have the same data in input and
business file.
could anyone please give me any idea of the logic?//
i have all the 129 different variables(129rows,1 column)is
there . | IBM | 2 |
| What will happen if we generate GDG (+2) version without
generating (+1) version? | T-systems | 2 |
| Which of the following EDITind and PICTURE symbols is to be
used if a
minus(-) is to appear before the value if the value is
-ve and a plus(+)
is to appear before the value if the value is +ve?
(a) +
(b) -
(c) + OR
(d) It is not possible
| TCS | 6 |
| which generation language is cobol | Kanbay | 3 |
| how to submit a jcl by cobol program.
clear me with an example. | HCL | 1 |
| When would you use in-line perform? | | 1 |
| What should be the sorting order for SEARCH ALL? | | 3 |
| How do you submit JCL via a Cobol program? | | 3 |
| How to read records which is in sequential file in reverse
order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my
doubt any one | | 2 |
| 01 b pic +9(4)
How many bytes it will take for storage???
| | 1 |
| What are different file OPEN modes available in COBOL? | Sun-Life | 2 |
| How to read records from flat file in reverse order through
COBOL program? | Polaris | 4 |
| how will u find out 3rd week's 2nd day using occurs ? | L&T | 3 |
| hai friends ,i have HSBc exam on this sunday,my platform is
Mainframe,i have 1 year exp,pls any one send me placement
papers of Hsbc and technical questions on mainframe | iNautix | 2 |
| What are the different data types available in COBOL? | | 1 |
| Identify the invalid dataname from the following:
(a) SAVINGS-ACCOUNT
(b) ANNUAL-ALLOCATION-FOR-OVERHEAD
(c) SAMOUNT250
(d) 12DEMAND
| TCS | 2 |
| How many maximum number of procedures can we write in one
COBOL program? | | 3 |
| given the following piece of code:
CALL SUB-PGM USING A, B, C.
CALL SUB-PGM USING A, C, C.
(a) Both CALL statements will always produce same result.
(d) Both CALL statements may produce different result.
(c) Compile-time error because SUB-PGM is a dataname.
(d) Compile-time error because A, B, C are used twice.
| TCS | 1 |
| 88 level entry is used for
(a) data items in WORKING-STORAGE SECTION
(b) items with RENAMES clause
(c) condition-names
(d) None of the above
| TCS | 2 |
| What is the file organization clause ? | | 2 |
| |
| For more COBOL Interview Questions Click Here |