View previous topic :: View next topic
|
Author |
Message |
gowtham_srgp
New User

Joined: 09 Jun 2005 Posts: 38
|
|
|
|
hai all.
how to change the mode in which a particulat component or a data set is opened?
how to change from edit mode to view mode etc?
thanks in advance.
gowtham |
|
Back to top |
|
 |
saurabhu
New User
Joined: 20 Sep 2005 Posts: 11 Location: Chennai
|
|
|
|
Hi,
One of our forum member mentioned about a PDF "100 tips on maiframes" few times back.
try if u can grab a copy of it.
U will find ur answer
regards
saurabh |
|
Back to top |
|
 |
MGIndaco
Active User

Joined: 10 Mar 2005 Posts: 432 Location: Milan, Italy
|
|
|
|
If you are in Edit mode in a member and you want to open it in view mode you have two chance: one is exit from the member end re-enter in it, the second is using
To pass from edit to view. But in this case you will have the same member opened twice:current in view, the other in edit.
This work also from view to edit but if you make some substitution you will not able to find them in edit mode if you don't replace the member before(and if you don't save in the edit mode).
I hope in this suggest. |
|
Back to top |
|
 |
phil rook
New User
Joined: 25 Nov 2005 Posts: 12 Location: amsterdam
|
|
|
|
use a V in front of the dataset instead of an E |
|
Back to top |
|
 |
iknow
Active User

Joined: 22 Aug 2005 Posts: 411 Location: Colarado, US
|
|
|
|
Hi gowtham_srgp,
Try this command...
In TSO command line type,
Code: |
EPDF 'myid.name' VIEW |
You need to specify your pds name along with your member name inside the quotes.
Correct me if I am wrong. |
|
Back to top |
|
 |
sairam
New User
.jpg)
Joined: 30 Aug 2005 Posts: 58 Location: Kolkata
|
|
|
|
But EPDF command is not working in my case.
iknow,Can you tell me why? |
|
Back to top |
|
 |
khamarutheen
Active Member

Joined: 23 Aug 2005 Posts: 677 Location: NJ
|
|
|
|
hi iknow,
EPDF 'myid.name' VIEW is not working in my case also... |
|
Back to top |
|
 |
iknow
Active User

Joined: 22 Aug 2005 Posts: 411 Location: Colarado, US
|
|
|
|
Hi All,
Quote: |
TIP # 014
ISPF
Here is a tip by which you can avoid ISPF 3.4 Option!!!
To Open a PS or PDS member, we usually use ISPF 3.4 to open in EDIT or BROWSE
MODE.
Here is one way where one can open PS or PDS member in EDIT/VIEW/BROWSE
mode from any command line.
Thus, we can avoid using 3.4 option.
Issue : EPDF ‘MYID.MYPS’ . The Dataset will be opened in EDIT MODE
If you want to open in VIEW mode:
Issue : EPDF ‘MYID.MYPS’ VIEW
Similarly, for opening in BROWSE mode, type BROWSE at the end. |
Source
-"100 Mainframe tips".
Try it out and if it doesn't works then I will come up with a new solution.
Let me also check once about this issue. |
|
Back to top |
|
 |
|