how to check whether the open command of a sequential file is
successful? or not?
Answers were Sorted based on User's Feedback
Answer / mani yadav
By Using File-status.
File status code is 00.succesfully opened.
| Is This Answer Correct ? | 34 Yes | 2 No |
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
Define cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is SQL Code -904 and -903 in DB2 And how to handle it?
Mention the guidelines to write a structured cobol program?
what is the difference between PA & PF keys?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
which is better comp or comp-3 in terms of memory utilization?
Name the sections present in data division.
why occurs clause not mentioned in 01 level
6 Answers HCL, NIIT, TCS, Tesco,
file status 00 is checked after opening the file or reading the file
What is the difference between a binary search and a sequential search what are the pertinent cobol?