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

can i use multiple when statements in search & search all ? justify ur answer?

2 Answers  


When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these

6 Answers   Wipro,


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

0 Answers  


If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?

8 Answers   CTS,


consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.

5 Answers  






If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it

7 Answers   BirlaSoft,


In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?

1 Answers  


how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0

4 Answers   TCS,


WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 Answers  


How to define a array dynamically.....

5 Answers   Fidelity,


i want a program using by if, evaluate , string, unstring, perform, occurs?

1 Answers  


IF I mention stop run in CICS what happens?

0 Answers   IBM,


Categories