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

Natural equivalent of COBOL rewrite statement


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
aneeshco

New User


Joined: 29 Apr 2008
Posts: 6
Location: tvm

PostPosted: Fri Mar 23, 2012 12:22 pm
Reply with quote

Hi,

Can anyone please tell if its possible to update a sequential file as in COBOL using REWRITE statement. if yes, please explain how?

Thank you,
Aneesh.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Mar 23, 2012 12:53 pm
Reply with quote

I have no idea. However, I have no manual. Somewhere you must have access to a manual, which will give you the answer in a few minutes. Also once a colleague turns up to work. Have you googled?
Back to top
View user's profile Send private message
Ralph Zbrog

New User


Joined: 21 Nov 2009
Posts: 58
Location: California

PostPosted: Fri Mar 23, 2012 10:10 pm
Reply with quote

Sequential files are processed with READ WORK and WRITE WORK statements. There is no REWRITE option.

In Natural, think of WORK/sequential files as tape files.
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: Sun Mar 25, 2012 12:15 am
Reply with quote

Hello,

Quote:
if its possible to update a sequential file
It is a very bad practice to rewrite an input sequential file. Well managed environments will not permit this.

Why does someone believe rewriting this sequential file is acceptable?
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 -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top