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

100 COOL MAINFRAME TIPS


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

New User


Joined: 16 Apr 2007
Posts: 49
Location: Pune

PostPosted: Mon Dec 17, 2007 2:31 pm
Reply with quote

I have command " E/(member2) " . I have to use this command to edit member directly from PDS.

I tried this command but it shows command failed error...Please let me know where i'm wrong...
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Dec 17, 2007 2:33 pm
Reply with quote

where did You use it from..
from a 3.4 dataset list ??
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Mon Dec 17, 2007 2:34 pm
Reply with quote

Issue the command in Primary Command Line.

Code:
E  member2


Correct me if I am wrong.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Mon Dec 17, 2007 2:41 pm
Reply with quote

Gnans,

Quote:
Issue the command in Primary Command Line.

I assume you are referring 'primary command line' for the foll -

Code:
 Command ===>                                                  Scroll ===> CSR


If I got you properly, try your 'solution' once.
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Mon Dec 17, 2007 2:51 pm
Reply with quote

You are right, Murali.

What I have told is working fine.

But PDS should be opened... (say, thru' 3.4).

Correct me if I am wrong.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Mon Dec 17, 2007 2:55 pm
Reply with quote

Gnans,

Quote:
But PDS should be opened... (say, thru' 3.4).

I believe TS wanted to open the member without opening PDS (like what we do 'listcat').
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Dec 17, 2007 3:01 pm
Reply with quote

the way the O/P wrote the command makes people assume that He is doing it
from the line_command field of a 3.4 dataset list
( not from the command line of the panel )

otherwise it would be better to give the right hints in order to avoid useless traffic
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Mon Dec 17, 2007 3:02 pm
Reply with quote

Murali,

I got this from 100 COOL MAINFRAME TIPS pdf.

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.

Hope this helps.

Correct me if I am wrong.
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Mon Dec 17, 2007 3:20 pm
Reply with quote

E memname can be given to open a member of PDS as below.

Code:
Command ===>                                                  Scroll ===> CSR 
                                                                               
Command - Enter "/" to select action                  Message           Volume
-------------------------------------------------------------------------------
E TEST   DGFE.REXX.EXEC         


Here TEST is a member in that PDS.

Or

Code:
E        DGFE.REXX.EXEC(TEST)

can be used.

/ against PDS is used to find out What are the Commands available. Those will be displayed in Pop-up.

Correct me if I am wrong.
Back to top
View user's profile Send private message
Amolondhe007
Warnings : 1

New User


Joined: 16 Apr 2007
Posts: 49
Location: Pune

PostPosted: Mon Dec 17, 2007 4:58 pm
Reply with quote

Sorry for late reply....

But i want to open this PDS member through command line:
See example as below:
-------------------------------------------------------------------------------
DSLIST - Data Sets Matching PU9361A.AMOL.TESTONE Command failed
Command ===> Scroll ===> CSR

Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
E/(TEST1)PU9361A.AMOL.TESTONE SVZA6D

Please let me know if it may be wrong command...
Please guide me...
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Mon Dec 17, 2007 5:21 pm
Reply with quote

Issue the command like below,

Code:
E TEST1      PU9361A.AMOL.TESTONE


Don't use /, parenthesis(...) aroung the Member Name.

Correct me if I am wrong.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Dec 17, 2007 5:26 pm
Reply with quote

Still I have not understood Your request
what do You need to know ???

let' s sum up the different options

from any panel "Command field at the top of the panel"..
epdf "dataset name" view/browse will take You to the dataset in view / browse
no option will take You to edit

from a member list in edit / view / browse
You can choose a member from the command field of the line using "S"
or by the command field on the panel entering "s member"

from a member list in "member list" ( "M" option in 3.4 ) You can
e/v/b in the command field in front of the member ...
or in command field at the top/bot of the panel enter "s member e/v/b"

or again as I SAID i one of my precedinfg posts
in the 3.4 dataset list enter in the command field in front of the dataset name...
e /(member)
v /(member)
b /(member)

REMEMBER the space between the command an the "slash"
Back to top
View user's profile Send private message
ksk

Active User


Joined: 08 Jun 2006
Posts: 355
Location: New York

PostPosted: Mon Dec 17, 2007 5:27 pm
Reply with quote

Hi Amol,

you can provide

Code:

EPDF your.pds.name(MEMBER)


from control panel. It will open member directly in edit mode.

KSK
Back to top
View user's profile Send private message
Amolondhe007
Warnings : 1

New User


Joined: 16 Apr 2007
Posts: 49
Location: Pune

PostPosted: Mon Dec 17, 2007 5:28 pm
Reply with quote

Ganas,

I tried this also..please see below:

DSLIST - Data Sets Matching PU9361A.AMOL.TESTONE Invalid command
Command ===> Scroll ===> CSR

Command - Enter "/" to select action Message Volume
------------------------------------------------------------------------------
E TEST1 PU9361A.AMOL.TESTONE SVZA6D

It gives invalid command....Please let me correct..if i'm trying wrong...
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Dec 17, 2007 5:30 pm
Reply with quote

Quote:
E TEST1 PU9361A.AMOL.TESTONE SVZA6D


Yes that' s wrong

( gnanas did You test before posting? .... I DID ! )
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Mon Dec 17, 2007 5:33 pm
Reply with quote

Amol,
In my env, this is working.

Code:
E TEST1 PU9361A.AMOL.TESTONE


You please try this, as Enrico Sorichetti said,

Code:
E /(TEST1) PU9361A.AMOL.TESTONE


REMEMBER that the space between the E and the "slash"

Yuo please refer the Enrico Sorichetti's reply in this thread for all the possible options.

Correct me if I am wrong.
Back to top
View user's profile Send private message
ksk

Active User


Joined: 08 Jun 2006
Posts: 355
Location: New York

PostPosted: Mon Dec 17, 2007 5:34 pm
Reply with quote

Hi Amol,

try this one.

Code:

                           OS/390 Primary Option Menu               
 Option ===> EPDF your.jcl.name(MEMBER)                         
Back to top
View user's profile Send private message
Amolondhe007
Warnings : 1

New User


Joined: 16 Apr 2007
Posts: 49
Location: Pune

PostPosted: Tue Dec 18, 2007 12:50 pm
Reply with quote

Hi Ganas,

Its working fine...for spaces in between E & /.
proper Command : E /(test1) IN COMMAND LINE.
Thanks to all....

I got answer finally....
Back to top
View user's profile Send private message
diwa_thilak

Active User


Joined: 13 Jul 2006
Posts: 205
Location: At my desk

PostPosted: Wed Dec 19, 2007 10:33 am
Reply with quote

Hi Friends,

I tried both the commands.

E TEST1 PU9361A.AMOL.TESTONE

and EPDF.

But i couldnt able to execute.

For the first case the screen prompts me with renter operand message (note I changed the dataset with my own PS name)

For the second case it is saying EPDF not found.

Is EPDF is shop specific ?

If not how to invoke the command ?
Back to top
View user's profile Send private message
ksk

Active User


Joined: 08 Jun 2006
Posts: 355
Location: New York

PostPosted: Wed Dec 19, 2007 10:42 am
Reply with quote

Hi Diwakar,

I don't think EPDF is shop specific command but I am not sure about it.

I have extracted this command from "100 Cool Mainframe Tips".

Regards,
KSK
Back to top
View user's profile Send private message
diwa_thilak

Active User


Joined: 13 Jul 2006
Posts: 205
Location: At my desk

PostPosted: Wed Dec 19, 2007 11:18 am
Reply with quote

Thanks KSK,

I already have this document, but the problem is i could 'nt able to execute the command.

It is saying EPDF not found !

I need to check anyother way of executing these two commands.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Dec 19, 2007 1:29 pm
Reply with quote

Quote:
It is saying EPDF not found !


And is the source library for EPDF concatenated into your ISPF session libraries ?
Back to top
View user's profile Send private message
diwa_thilak

Active User


Joined: 13 Jul 2006
Posts: 205
Location: At my desk

PostPosted: Wed Dec 19, 2007 2:05 pm
Reply with quote

Sorry expat.

Pls let me know how to find that one ?

I am not aware of that process.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Dec 19, 2007 2:58 pm
Reply with quote

TSO ISRDDN will list all of your currently concatenated libraries for your session.

To concatenate a REXX library, take a look at the ALTLIB command. For other libraries the LIBDEF command should suffice.
Back to top
View user's profile Send private message
diwa_thilak

Active User


Joined: 13 Jul 2006
Posts: 205
Location: At my desk

PostPosted: Wed Dec 19, 2007 3:39 pm
Reply with quote

Thanks Expat.

But i couldnt find any EPDF concatenated to the list.

Please let me know in which PDS/PS it will located(source name). I gave a command like Mem EPDF but i could'nt get any hits.
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 Goto page 1, 2  Next

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts Mainframe Programmer with CICS Skill... Mainframe Jobs 0
No new posts How to Reformat a file using File Man... All Other Mainframe Topics 14
No new posts NDM getting stuck - mainframe/JCL All Other Mainframe Topics 13
Search our Forums:

Back to Top