Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
when COMP-3 is preferrable?
In which area will you utilize 88 level items in cobol?
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
where will we code call by content and call by reference dude pls reply soon ?
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
i have variable record in the 5th, i want to sort from 5th filed ? how ?
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
is it possible to rename 01 level?
Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.
how do you reference the rrds file formats from cobol programs
Can JUSTIFIED be used for all the data types?