how to convert vsam table into DB2 table?
wht r the advantages of 77 level number ?
Write down the divisions of cobol program?
In INITIALIZE what is Repalcing Word will do
write a program to eliminate duplicate records in a input file and send them to output file.
What do you feel makes a good program?
consider the following FD FILE-1 01 REC-1 PIC X(80) ...... WORKING-STORAGE SECTION 01 W-REC PIC X(90) ........ PROCEDURE DIVISION FIRST-PARA ....... READ FILE-1 INTO W-REC AT END MOVE 1 TO EOF-FLAG which of the following is true with respect to the above? a.REC-1 will contain nothing and W-REC will contain the contains of the record read b.REC-1 and W-REC contain the same data c.syntex is invalid and error will occur d.REC-1 and W-REC must be of same size
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
How to define a array dynamically.....
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.