Hi..
I have a file in which i need to read 4 fields..and after meeting some condition..need to update the status for each record in the same file in field say 5.
I declared the file as i-o and access mode is sequential..
The way I am doing is
Read the file
check the condition
move "fail' to status
Write file.
But I am getting file status 48.and the status is not being written.
Can anyone please suggest where am i wrong?