What is the file organization clause ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2331


What is the LINKAGE SECTION used in COBOL?

885


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

695


Explain about different table spaces.

644


What is the difference between a binary search and a sequential search what are the pertinent cobol?

729






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

620


What are the rules of the move verb?

701


how to access the file from prodution from changeman tool and to submit a file to production

6680


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1776


Discuss about changing dataset name in proc.

757


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1111


Write a program to enter and display the names of students in a class using the occurs clause.

647


How do define dynamic array in cobol.

669


What is rmode(any) ?

680


HOw can I get the negative sign while deduct high value from low value

1784