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
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
) How do u handle errors in BMS macro
How to know whether the module is dynamical or statistical?
What is the difference between Global and External Variables?
What are the different data types in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how to refer the data field?
What is the Purpose of Pointer in the string?
What are the different rules for performing sort operation?
What are different data types in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are 77 levels used for?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Write the code implementing the perform … varying.