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

When can the USING phrase be included in the call statement ?

2 Answers  


What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?

1 Answers  


What are the ways you can generate a copybook?

2 Answers  


hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?

1 Answers  


How to increase the logical record length of existing PS file?

7 Answers  






how do you reference the printer file formats from cobol programs

0 Answers  


Define static linking and dynamic linking.

0 Answers  


Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

1 Answers  


how will u pass dadta to cobol+db2 program...?

4 Answers   IBM,


I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?

1 Answers   Mphasis,


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level

4 Answers   TCS,


Categories