What is the file organization clause ?

Answers were Sorted based on User's Feedback



What is the file organization clause ?..

Answer / pavan

File Organization defines what type of file it is. It can
be sequential(like PS or VSAM ESDS), indexed (like VSAM
KSDS) or Relative (like VSAM RRDS)

Is This Answer Correct ?    3 Yes 1 No

What is the file organization clause ?..

Answer / ms. stanley

FILE ORGANIZATION is used to declare, if the File is
SEQUENTIAL or INDEXED (VSAM or Non-VSAM Dataset)

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More COBOL Interview Questions

Explain about Redefines cluse?

3 Answers   iGate,


How is sign stored in a comp-3 field?

7 Answers  


Explain complete concept of table handling in COBOL with an example?

2 Answers   IBM, TCS, Wipro,


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

0 Answers  


write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...

5 Answers   iGate,






in real time what is the suitable exp where in-stream procedure is better then catalog procedure.

1 Answers  


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length

2 Answers   IBM, Wipro,


What is the difference between CALL BY VALUE and CALL BY CONTENT?

7 Answers  


What is the meaning of 'Eject' verb in cobol?

2 Answers   TCS, Wipro,


What are subroutines ? and how do we pass data to the sub routines?

2 Answers   Xansa,


What is Static,Dynamic linking ?

2 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,


Categories