1.Is it possible to move the data from 99.99 to 99v99?
2.What is the CICS-vsam Compilation process?
3.In My GDG 5 generation will be there GDG3 got an abend
what will happen?
4.In my GDG first generation is +1 And I want to add the new
generation what will happen previous generation?
5.How can you give the PIC clause below conditions A). s9
(reddy), B). s9 (5) occurs 5 times?
6.How override the proc from a particular step? and what is
symbolic and override Procs?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

Can a Search can be done on a table with or without Index?

0 Answers  


i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)

3 Answers   Cap Gemini, Mind Tree,


How do u write test cases?

0 Answers   IBM,


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

0 Answers  


) what is the difference between AID and HANDLE AID?

0 Answers   IBM,






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

3 Answers   TCS,


What are the pertinent COBOL

0 Answers   IBM,


Difference between ps, esds

3 Answers  


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error

4 Answers   TCS,


how to refer the data field?

0 Answers  


hw to create 3 dimensional array & hw to access it?

1 Answers  


What is the Purpose of POINTER Phrase in STRING command in COBOL?

0 Answers   Winsol Solutions,


Categories