What is the file organization clause ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between next sentence and continue in cobol programing language?

712


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

744


What is the Purpose of Pointer in the string?

645


For rewrite, why is it mandatory that file needs to be opened?

623


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1808






input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1878


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1077


Explain about different table spaces.

652


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8670


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


What is the problem of ordered sequential files access?

704


IF I mention stop run in CICS what happens?

1898


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2062


Whats the difference between search & search ALL?

5278


What is Pic 9v99 Indicates in COBOL?

731