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

Regarding TSO option in Command Line


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

New User


Joined: 20 Jun 2005
Posts: 26
Location: Hyderabad

PostPosted: Wed Dec 14, 2005 11:34 am
Reply with quote

Hi,

HOw do we write routines to use TSO option
i.e some times we use shortcuts
==> TSO somefunctions.

How do we write how do we invoke that particular Function'
HOw do we see what are other function available with TSO

i.e we may have TSO function1
TSO function2
TSO function3
:
:
:
So on...

How do we know what are the various function available


Thanks,,,
Satish.N
Back to top
View user's profile Send private message
Ravi gaur

New User


Joined: 12 Jul 2005
Posts: 38

PostPosted: Wed Dec 14, 2005 4:12 pm
Reply with quote

These functions we call macro.and first we create macro using ispf services,rexx and then we concatenate the pds (which contain that macro ) to the sysexec library .
Back to top
View user's profile Send private message
iknow

Active User


Joined: 22 Aug 2005
Posts: 411
Location: Colarado, US

PostPosted: Wed Dec 14, 2005 4:28 pm
Reply with quote

Hi nal_sathish,

What Ravi said is correct.

To know more about TSO macros make use of our forum search and also refer the manuals.

Hope this helps.
Back to top
View user's profile Send private message
nal_satish

New User


Joined: 20 Jun 2005
Posts: 26
Location: Hyderabad

PostPosted: Thu Dec 15, 2005 8:55 am
Reply with quote

Hi Ravi,

How to locate where this Sysexec libraries are and also where this macros are written...


Thanks,
Satish.N
Back to top
View user's profile Send private message
EnjoyMF

New User


Joined: 27 May 2005
Posts: 88

PostPosted: Thu Dec 15, 2005 11:52 am
Reply with quote

Hi Satish

plz check this site

www.theamericanprogrammer.com/programming/holymac.shtml


But you need to know rexx or clist for that

Cheers...prasad
Back to top
View user's profile Send private message
mak_tcs

New User


Joined: 23 Nov 2005
Posts: 69
Location: Minneapolis, MN USA

PostPosted: Thu Dec 15, 2005 6:19 pm
Reply with quote

Hi Sathish,

As Prasad said, You need to know about Rexx or Clist!!

To Start with, I can quote a simple Rexx.

Have a rexx lib and in one of its members write the following..
Let the member be 'Mylib.Rexx.Exec(Hi)'

/****REXX*****/
Say 'Good Morning to All!!!!'
exit

Then type the following in Ready Prompt!

alloc dd(sysexec) dsn('Mylib.Rexx.Exec(Hi)') shr reuse

Then go to ispf Panel and type TSO Hi in the command line;
The message 'Good Morning to All!!!!' will be displayed.

Hope the above information may add some value..

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

New User


Joined: 20 Jan 2006
Posts: 1
Location: Chennai

PostPosted: Fri Jan 20, 2006 10:37 am
Reply with quote

Hi, all

we have a requirement to ftp a dataset to a another server(soloris).

This dataset is a GDG . is there is any command to list the contents of the dataset after logging on to the ftp server from main frame.


Thanks
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 Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top