|
|
| Author |
Message |
kiran
New User
Joined: 08 Apr 2004 Posts: 26 Location: hyd
|
|
|
|
Hi,
i want all the commands for TSO & ISPF. pls help me |
|
| Back to top |
|
 |
References
|
|
 |
sandip_datta
EXPERT
Joined: 02 Dec 2003 Posts: 152 Location: Tokyo, Japan
|
|
|
|
In READY command type HELP. It will give you all the available commands. Now put HELP COMMAND. It will give you exhaustive options.
I have one document. But it is too large to be sent through mail.
Please suggest how can I send it to you.
Regards,
Sandip. |
|
| Back to top |
|
 |
sandip_datta
EXPERT
Joined: 02 Dec 2003 Posts: 152 Location: Tokyo, Japan
|
|
|
|
Hello Kiran,
I have tried to send the document at <<email removed>>
Please acknowledge if you receive it.
Regards,
Sandip. |
|
| Back to top |
|
 |
bluebird
Specialist
Joined: 03 Feb 2004 Posts: 144
|
|
|
|
hello,
here is a REXX that will put all available help under tso into a file :
| Code: |
/* REXX */
address tso
do j=1 to queued()
pull .
end
amsout=userid()'.xhelp.help' /* file that contains */
"ALLOC FI(amshelp) DA('"amsout"') new catalog Space(5,2)",
"TRACK RECFM(F B) BLKSIZE(27920) LRECL(80) REUSE"
CALL OUTTRAP "LINE.","*"
" help "
CALL OUTTRAP "OFF"
do I=1 to line.0
push line.i
"execio 1 diskw amshelp"
end
"execio 0 diskw amshelp (finis"
"free fi(amshelp)"
|
that is only for tso ... I don't think there is such a list available on MVS for ISPF
but, this site host some materials look into it and you may find something about ISPF commands. |
|
| Back to top |
|
 |
sudheerkumar_k
New User
Joined: 08 Sep 2004 Posts: 11 Location: Bangalore
|
|
|
|
Hi,
For TSO Commands Just at Ready Prompt give the command
TSO QW <COMMAND NAME>
it populates the info of that command. |
|
| Back to top |
|
 |
naveen_amudalapelly Warnings : 1 New User
Joined: 15 Oct 2004 Posts: 17
|
|
|
|
Hi sandip_datta,
How are you,
Could you please send me also that TSO Commands document.
My email address <<email removed>>
Naveen |
|
| Back to top |
|
 |
sureshindira
New User
Joined: 21 Feb 2005 Posts: 12
|
|
|
|
| sandip_datta wrote: |
In READY command type HELP. It will give you all the available commands. Now put HELP COMMAND. It will give you exhaustive options.
I have one document. But it is too large to be sent through mail.
Please suggest how can I send it to you.
Regards,
Sandip. |
|
|
| Back to top |
|
 |
sureshindira
New User
Joined: 21 Feb 2005 Posts: 12
|
|
|
|
| sandip_datta wrote: |
In READY command type HELP. It will give you all the available commands. Now put HELP COMMAND. It will give you exhaustive options.
I have one document. But it is too large to be sent through mail.
Please suggest how can I send it to you.
Regards,
Sandip. |
hi sandip pls send me tso command my mail id <<email removed>>
regards
suresh |
|
| Back to top |
|
 |
pravien
New User
Joined: 22 Feb 2005 Posts: 13 Location: chennai
|
|
|
|
Hi sandeep,
I am also searching for good material on ispf commands.please send that document or material to me also.thanks in advance in favour. |
|
| Back to top |
|
 |
pravien
New User
Joined: 22 Feb 2005 Posts: 13 Location: chennai
|
|
|
|
hi, i forgot to give my mail id in the above message,its
<<email removed>> |
|
| Back to top |
|
 |
anuradha
Global Moderator
Joined: 06 Jan 2004 Posts: 257
|
|
|
|
Hi Sandip,
Instead of sending those commands to each and everyone individually you can just post them over here,So that everyone can check it out.. |
|
| Back to top |
|
 |
divavarma
New User
Joined: 08 Oct 2004 Posts: 1 Location: presently bangalore
|
|
|
|
Hi,
I am Neelima.please send TSO & ISPF Commands to my mail id
<<email removed>>
Thanks,
Neelima |
|
| Back to top |
|
 |
lnvrn
New User
Joined: 24 Feb 2005 Posts: 9 Location: Mumbai
|
|
|
|
Hi Sandeep,
I am also needing TSO commands,please send to my mail id
<<email removed>>
Thanks & Regards |
|
| Back to top |
|
 |
brahmanandareddy
New User
Joined: 16 Dec 2004 Posts: 48 Location: Hyderabad
|
|
|
|
Hi Sandeep,
Why dont u paste those commands in this area so that everybody can see that....if not possible please send me those to my mail id
<<email removed>> |
|
| Back to top |
|
 |
mcmillan
Site Admin
Joined: 18 May 2003 Posts: 920 Location: India
|
|
| Back to top |
|
 |
|
|