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

opening dataset view mode, I done some changes, now I wa


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

New User


Joined: 05 Jul 2006
Posts: 65
Location: pune

PostPosted: Thu Feb 08, 2007 1:04 pm
Reply with quote

Iam opening dataset view mode, I done some changes, now I want save the changes view mode how can we do it?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Feb 08, 2007 2:16 pm
Reply with quote

Try REPLACE member_name, where member_name is the current VIEWed member.

O.
Back to top
View user's profile Send private message
HARIBHARAT

New User


Joined: 05 Jul 2006
Posts: 65
Location: pune

PostPosted: Thu Feb 08, 2007 2:25 pm
Reply with quote

Thanks
Back to top
View user's profile Send private message
i_at_forum

New User


Joined: 29 Dec 2005
Posts: 10

PostPosted: Mon Mar 05, 2007 11:01 am
Reply with quote

To save give REPL .ZF .ZL <member name> where member name is the name of a member of PDS. You can give the same member name which u changed in view mode or if u give a new one it will be created.

I tried with REPLACE member_name and I am getting a prompt "REPLACE is pending" !! Please let me know on this...
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Mar 05, 2007 12:21 pm
Reply with quote

Let me explain: .ZL and .ZF are ISPF editor-assigned variables, which always mark the first (ZF) and last (ZL) lines of the dataset. You can read more about them in the fine manual.

The REPLACE command requires (in addition to the member name) a range specification, either by labels (for example - .ZL & .ZF) or by marking the lines with C or M. You can read more about the REPLACE command in the fine manual.

O.
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 HILITE on Browse mode? TSO/ISPF 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts SET PATH in View DDL DB2 2
Search our Forums:

Back to Top