Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
commands for TSO & ISPF
Goto page 1, 2  Next
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM
Author Message
kiran

New User


Joined: 08 Apr 2004
Posts: 26
Location: hyd

PostPosted: Wed Apr 21, 2004 10:37 am    Post subject: commands for TSO & ISPF
Reply with quote

Hi,
i want all the commands for TSO & ISPF. pls help me
Back to top
View user's profile Send private message
References
sandip_datta

EXPERT


Joined: 02 Dec 2003
Posts: 152
Location: Tokyo, Japan

PostPosted: Wed Apr 21, 2004 12:02 pm    Post subject:
Reply with quote

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
View user's profile Send private message
sandip_datta

EXPERT


Joined: 02 Dec 2003
Posts: 152
Location: Tokyo, Japan

PostPosted: Wed Apr 21, 2004 12:11 pm    Post subject:
Reply with quote

Hello Kiran,

I have tried to send the document at <<email removed>>
Please acknowledge if you receive it.

Regards,
Sandip.
Back to top
View user's profile Send private message
bluebird

Specialist


Joined: 03 Feb 2004
Posts: 144

PostPosted: Wed Apr 21, 2004 12:43 pm    Post subject:
Reply with quote

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
View user's profile Send private message
sudheerkumar_k

New User


Joined: 08 Sep 2004
Posts: 11
Location: Bangalore

PostPosted: Wed Sep 08, 2004 4:23 pm    Post subject: For TSO Commands
Reply with quote

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
View user's profile Send private message
naveen_amudalapelly
Warnings : 1

New User


Joined: 15 Oct 2004
Posts: 17

PostPosted: Tue Nov 16, 2004 2:20 am    Post subject: Please send me that document to me also
Reply with quote

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
View user's profile Send private message
sureshindira

New User


Joined: 21 Feb 2005
Posts: 12

PostPosted: Tue Feb 22, 2005 10:38 am    Post subject:
Reply with quote

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
View user's profile Send private message
sureshindira

New User


Joined: 21 Feb 2005
Posts: 12

PostPosted: Tue Feb 22, 2005 10:39 am    Post subject:
Reply with quote

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
View user's profile Send private message
pravien

New User


Joined: 22 Feb 2005
Posts: 13
Location: chennai

PostPosted: Wed Feb 23, 2005 10:36 pm    Post subject: need tso/ispf commands
Reply with quote

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
View user's profile Send private message
pravien

New User


Joined: 22 Feb 2005
Posts: 13
Location: chennai

PostPosted: Wed Feb 23, 2005 10:38 pm    Post subject:
Reply with quote

hi, i forgot to give my mail id in the above message,its
<<email removed>>
Back to top
View user's profile Send private message
anuradha

Global Moderator


Joined: 06 Jan 2004
Posts: 257

PostPosted: Sat Feb 26, 2005 2:13 pm    Post subject:
Reply with quote

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
View user's profile Send private message
divavarma

New User


Joined: 08 Oct 2004
Posts: 1
Location: presently bangalore

PostPosted: Mon Feb 28, 2005 4:53 pm    Post subject: TSO & ISPF Commands
Reply with quote

Hi,

I am Neelima.please send TSO & ISPF Commands to my mail id
<<email removed>>

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

New User


Joined: 24 Feb 2005
Posts: 9
Location: Mumbai

PostPosted: Mon Feb 28, 2005 5:40 pm    Post subject:
Reply with quote

Hi Sandeep,

I am also needing TSO commands,please send to my mail id

<<email removed>>

Thanks & Regards
Back to top
View user's profile Send private message
brahmanandareddy

New User


Joined: 16 Dec 2004
Posts: 48
Location: Hyderabad

PostPosted: Tue Mar 01, 2005 12:44 pm    Post subject:
Reply with quote

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
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 933
Location: India

PostPosted: Tue Mar 01, 2005 6:45 pm    Post subject: Re
Reply with quote

Dear Friends,

Please try the following link to download TSO Commands Manual...

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ4C531/CCONTENTS?DT=20021022140245
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM All times are GMT + 6 HoursGoto page 1, 2  Next
Page 1 of 2