View previous topic :: View next topic
|
Author |
Message |
nal_satish
New User
Joined: 20 Jun 2005 Posts: 26 Location: Hyderabad
|
|
|
|
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 |
|
|
Ravi gaur
New User
Joined: 12 Jul 2005 Posts: 38
|
|
|
|
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 |
|
|
iknow
Active User
Joined: 22 Aug 2005 Posts: 411 Location: Colarado, US
|
|
|
|
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 |
|
|
nal_satish
New User
Joined: 20 Jun 2005 Posts: 26 Location: Hyderabad
|
|
|
|
Hi Ravi,
How to locate where this Sysexec libraries are and also where this macros are written...
Thanks,
Satish.N |
|
Back to top |
|
|
EnjoyMF
New User
Joined: 27 May 2005 Posts: 88
|
|
Back to top |
|
|
mak_tcs
New User
Joined: 23 Nov 2005 Posts: 69 Location: Minneapolis, MN USA
|
|
|
|
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 |
|
|
praschn
New User
Joined: 20 Jan 2006 Posts: 1 Location: Chennai
|
|
|
|
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 |
|
|
|