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

Create tool to open production dataset from command line


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

New User


Joined: 11 Mar 2010
Posts: 12
Location: pune

PostPosted: Mon Mar 22, 2010 4:03 pm
Reply with quote

Hi All,

I need your help in generating the tool.
Requirement is:

I have a member of PDS opened on screen. Now I want to open job from production giving the command in the same window as "JOB Jobname". So,this window will be split to show production job and my test job in two parts.

Attached is the screenshot of how I would like to call macro.

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

New User


Joined: 11 Mar 2010
Posts: 12
Location: pune

PostPosted: Mon Mar 22, 2010 4:19 pm
Reply with quote

Hi All,

For the above query additional information is , I know the production dataset name from which I want to open the job.

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

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 22, 2010 4:21 pm
Reply with quote

What do you want the macro JOB to do exactly (I can't find any documentation that you can use the SPLIT command in a macro) and what is the paramter JOBNAME (is that a literal or what?).
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 22, 2010 5:00 pm
Reply with quote

Avanti wrote:
Hi All,

For the above query additional information is , I know the production dataset name from which I want to open the job.

Thanks
Avanti


Can't you just use the EPDF primary command?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Mar 22, 2010 5:16 pm
Reply with quote

any reason to post more than 2 megabytes of HM when a simple text cut and paste
would have used just 2 kbytes ?

this is a help forum, not a do it for me
Back to top
View user's profile Send private message
sunil kumar purohit

New User


Joined: 10 Sep 2009
Posts: 37
Location: bangalore

PostPosted: Mon Mar 22, 2010 5:21 pm
Reply with quote

Hi Avanti,
As Superk told, you can Use EPDF command
Use EPDF A.B.C(member1)
You can also create a rexx program for same.
Back to top
View user's profile Send private message
Avanti

New User


Joined: 11 Mar 2010
Posts: 12
Location: pune

PostPosted: Mon Mar 22, 2010 5:49 pm
Reply with quote

Hi,

Sorry for such a large attachment.

I will try using EPDF A.b.c.

Thanks,
Avanti
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Mon Mar 22, 2010 8:46 pm
Reply with quote

You can use the ISPSTRT program (see Dialog Developer's Guide) to split the screen and start another application.

Something like this:
1. SELECT PGM(ISPSTRT) PARM(CMD(somecmd))
2. from 'somecmd', start your EDIT or VIEW.
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
Search our Forums:

Back to Top