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

A question regarding editing a file in browse mode..


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Mukesh Pandey

Active User


Joined: 11 Nov 2008
Posts: 143
Location: India

PostPosted: Tue Feb 02, 2010 5:32 pm
Reply with quote

a flat file is too large and while opening the file in edit mode the file opens in browse mode rather than opening in edit mode.

how to edit the file in this case and save changes.

for view mode we can do it using the command :

REPL .ZF .ZL FILENAME

Please let me know how we can edit the file which is opened in the browse mode in the above example.
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Tue Feb 02, 2010 6:29 pm
Reply with quote

One option would be to use a different editor like File-Aid for instance. It MIGHT allow editing of a larger file than ISPF does. Another option would be to split the file up into smaller files via your sort product, edit each file, then concatenate them back together.
Back to top
View user's profile Send private message
Mukesh Pandey

Active User


Joined: 11 Nov 2008
Posts: 143
Location: India

PostPosted: Tue Feb 02, 2010 6:32 pm
Reply with quote

Any other option?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue Feb 02, 2010 6:32 pm
Reply with quote

Contact your site support group for assistance. They may have some suggestions based upon your site and its environment that we wouldn't know about.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Feb 02, 2010 9:09 pm
Reply with quote

Mukesh Pandey wrote:
a flat file is too large and while opening the file in edit mode the file opens in browse mode rather than opening in edit mode.
How do you open the file in edit-mode? Using ISPF edit facility or file-aid or some other tool? If you're using file-aid, may be we can work-around...
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: Tue Feb 02, 2010 9:28 pm
Reply with quote

Hello,

Many files are simply too large to work with online. . .

If this is such a large file, you need to accomplish the updates in a batch job - IMHO.

If you split the file into several smaller pieces to work with, this will waste time and be more error prone (people make mistakes - tested processes do not).
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 -> TSO/ISPF

 


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 HILITE on Browse mode? TSO/ISPF 2
Search our Forums:

Back to Top