What are different file OPEN modes available in COBOL?

Answer Posted / tarun

input ,output,i-o,extend

Is This Answer Correct ?    24 Yes 5 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

2345


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

1275


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

716


What is amode(31)

730


Which mode is used to operate the sequential file?

679






What is the default value(s) for an initialize? What keyword will allow for an override of the default?

665


What guidelines should be followed to write a structured cobol prgm?

675


What rules are followed by the search verb.

643


how can i see junk values in dclgen or in hostvariable of comp ?

2550


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8186


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1529


What is a scope terminator give example?

661


Differentiate between structured cobol programming and object-oriented cobol programming.

673


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

715


) How do u handle errors in BMS macro

1514