IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to update the flat file throgu cobol85


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
prashant.k.gupta

New User


Joined: 08 Oct 2007
Posts: 6
Location: Pune

PostPosted: Wed Feb 13, 2008 3:23 pm
Reply with quote

Hi,
i want to update the flat file having last run date.
for every run i want to update the date in the flat file.
could any one help me, how to code it?
Back to top
View user's profile Send private message
agkshirsagar

Active Member


Joined: 27 Feb 2007
Posts: 691
Location: Earth

PostPosted: Wed Feb 13, 2008 3:51 pm
Reply with quote

where's the problem in this? open the file in I-O mode, read and rewrite.. simple enough.. isn't it?
Do let me know if there is more to this requirement which you didn't mention in your post.
Back to top
View user's profile Send private message
Vinoth Kumar P

New User


Joined: 13 Feb 2008
Posts: 2
Location: chennai

PostPosted: Wed Feb 13, 2008 4:03 pm
Reply with quote

If you have any date files, you will surely have the last run date or last business day field in the file. If you have it, then use that date subroutine in the program to get the last run date from that file.
Back to top
View user's profile Send private message
Vinoth Kumar P

New User


Joined: 13 Feb 2008
Posts: 2
Location: chennai

PostPosted: Wed Feb 13, 2008 4:07 pm
Reply with quote

for every run do you want to update the last run date or current date in the flat file?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Feb 13, 2008 8:59 pm
Reply with quote

Hello,

It is almost always bad design to update flat files "in place".

If there are any problems, the file is lost. A better practice is to read the existing file and create a new file with the required update(s).
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top