What is the difference between write & move in COBOL?
Answer Posted / animesh
guest your answer has one limitation. if a program is restarted and the file is opened in extebded mode then the records are re written becuase the file will clear all the records and rewrite it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
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?
what is difference between cobol and cobol/400
What the difference is between continue and next sentence?
What guidelines should be followed to write a structured cobol prgm?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are the access modes of START statement?
Why did you choose to work with ibm mainframe cobol programming?
What are the pertinent COBOL commands?
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
Can we change the password using ALTER? anyone tried and changed?
For rewrite, why is it mandatory that file needs to be opened?
Write some characteristics of cobol as means of business language.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?