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
 
Few ISPF Tips
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
monasu1998

Active User


Joined: 23 Dec 2005
Posts: 95
Location: Hyderabad

PostPosted: Mon Dec 26, 2005 12:08 pm    Post subject:
Reply with quote

Hi All:
All most all Tips are working fine. I tried the following one, but that did not yeild the desired result for me. The command is disappearing.
Can anyone guess, what would be the reason?

TIP # 004
ISPF
Any command entered in the COMMAND LINE disappears after the successful execution of its
intended function.
If you want to repeat the same command , you got to re-type it or use some PF key to retrieve the
last command entered.
But here is a cool method the make the command entered not to disappear and stay on the screen.
Precede commands with '& '
For Example:
COMMAND ===> &C '110-PARA' '220-PARA' SCROLL ===> CSR
****** ************************ TOP OF DATA **************
000001 IDENTIFICATION DIVISION.
000002 PROGRAM-ID. COBOLSAMY.
000003 DATE-WRITTEN. APRIL 2004.
After the execution of the command, the below command stays on the screen.
This way you can entering the same command or modifying the command a little and using it multiple times.
Back to top
View user's profile Send private message
References
PostPosted: Mon Dec 26, 2005 12:08 pm    Post subject: Re: Reply with quote

monasu1998

Active User


Joined: 23 Dec 2005
Posts: 95
Location: Hyderabad

PostPosted: Mon Dec 26, 2005 12:13 pm    Post subject: Re: Few ISPF Tips
Reply with quote

Hi Anu:

fortunately I have the 100 Cool mainframes tips.
But can you give me a brief list of ISPF commands in different option Menus that I can use? Like which commands,NP commands, and combination of NP command and main commands those are frequently used. I get a lot of confusions.
Back to top
View user's profile Send private message
iknow

Senior Member


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

PostPosted: Wed Jan 04, 2006 10:03 am    Post subject: Re: Few ISPF Tips
Reply with quote

Hi Folks,

Check out some new ISPF tips.


1)How to save in VIEW mode?
Use Replace command and save with the same name.

2)How to open the PDS with mask?

If you want the list of all the members which ends with ?A?
Write in front of the PDS ? M /(*A)
If you want the list of all the members which ?ABC? in between
Write in front of the PDS ? M /(*ABC*)

Use APPEND in =3.4 data set listing.
E.g., Append ?Mydataset? will add the ?Mydataset? in the current listing. RESET will remove it from the listing.

3)How to delete everything from a member through one line command? DEL NX ALL


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

Super Moderator


Joined: 30 May 2003
Posts: 1493

PostPosted: Mon Jan 16, 2006 3:13 am    Post subject:
Reply with quote

Hi Panda,

Up to 32 split screens were available from the time IBM offered the expanded option. The default was 8 annd the sysprogs in most shops never opted for more than the default (8).

I wonder if ibm boosted the default to 12 or your sysprog just got ambitious. icon_smile.gif
Back to top
View user's profile Send private message
CMullen

New User


Joined: 26 Oct 2006
Posts: 2
Location: Newton, MA

PostPosted: Thu Oct 26, 2006 9:00 pm    Post subject: Regarding tip # 6...
Reply with quote

I don't know how many releases of z/OS have permitted this, but I have found that in option 1 or 2 of ISPF, I can enter such patterns as *mid* in the Member field under ISPF Library to list only members whose names contain the string, "mid".
Back to top
View user's profile Send private message
nabarun

New User


Joined: 27 Apr 2005
Posts: 14
Location: india

PostPosted: Mon Jan 08, 2007 12:09 pm    Post subject:
Reply with quote

HI radhakrishnan82,

THANK YOU FOR YOUR TIPS. THESE ARE REALY COOOOOOL!!! icon_lol.gif

REGARDS
NABARUN
Back to top
View user's profile Send private message
iknow

Senior Member


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

PostPosted: Mon Feb 05, 2007 11:38 am    Post subject: Re: Few ISPF Tips
Reply with quote

Hi All,

I would also like to add some more tips to the above list of wonderful collections.

Use this in ISPF 3.4 (Use these in the 'COMMAND' field after your dataset is displayed)

1) DUP - One step method to allocate and/or copy sequential and partitioned files. A real time saver!

2) ATR - Displays LISTCAT information in an edit session (line commands!). Especially useful for VSAM, tape info.

3) QDS - Who has your file? Find out the job, task, or TSO user
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 1897
Location: Israel

PostPosted: Mon Feb 05, 2007 11:55 am    Post subject:
Reply with quote

iknow -

All the three commands you specified are not ISPF's, probably local REXX/CLIST.

O.
Back to top
View user's profile Send private message
Steve Coalbran

New User


Joined: 01 Feb 2007
Posts: 30
Location: Stockholm, Sweden

PostPosted: Wed Feb 14, 2007 7:07 pm    Post subject: Re: The "100 Cool Mainframe Tips" document...
Reply with quote

killer wrote:
Hi all

I googled the title, and fount this link

http://madhavak.tripod.com/Mainfram100tips.doc

Don't know if it's an official version, if one such exists, but you can take a look.


If you try and view this you get (or rather 'I got') the following displayed...

This file is hosted by Tripod, a Lycos?Network Site, and is not available for download.
Back to top
View user's profile Send private message
Steve Coalbran

New User


Joined: 01 Feb 2007
Posts: 30
Location: Stockholm, Sweden

PostPosted: Wed Feb 14, 2007 8:09 pm    Post subject: Re: Few ISPF Tips
Reply with quote

on the other hand, I just posted that into a Firefox browser and it jumped me directly into Word on it so - NO PROBLEMS?!
Back to top
View user's profile Send private message
Steve Coalbran

New User


Joined: 01 Feb 2007
Posts: 30
Location: Stockholm, Sweden

PostPosted: Thu Feb 15, 2007 8:57 pm    Post subject: Re: The "100 Cool Mainframe Tips" document...
Reply with quote

I tried the tip # 002 and it didn't work at all !
Then I tried it on my other TSO and it did.

Then I realised that the first one is a DEMOpkg on IBM TESTMVS where it's running under ISPF IPT which I am kinda testing in a slow meandering way whilst between projects !

There is a very similar option Z by the same path 3.4 -> Sel member of PDS and type Z ...
Code:
IQIMSTAT -------------------- MSL STATS SETTINGS PANEL ------------------------
COMMAND ===>                                                                   
                                                                               
Remove statistics ===> N (Y=yes, N=no)                                         
                                                                               
For option N above, specify below the statistic values to be applied.         
                                                                               
                          CHANGED                                             
MEMBER   VV.MM CREATED  DATE    TIME   SIZE  INIT  MOD   USERID               
SUBPARM  =_ =_    =       =       =      =     =    =    =_______             
Example: 01 =                                            SE16661               
                                                                               
NOTES: - A blank field indicates that the statistic field be calculated.       
                                                                               
       - An equals sign (=) indicates that the current statistic field         
         should not be changed.  For members without current statistics,       
         the equals sign is treated as a blank.                               
                                                                               
       - Under VV, MM, and USERID you can type in the values you want to       
         store in the corresponding statistic fields.                         
                                                                               
                 Press ENTER to proceed or the END key to cancel.             


IPT is IBM's ISPF Productivity Tool was formerly sold as SPIFFY for ISPF from Isogon Corporation.

I checked up on the general availability of this release...

IBM Software Group, NY wrote:
It so happens that we recently updated the free-for-all "IPT Trial Version" with an expiration-date of 12/31/2007. Note: this is actually the full GA release with all available maintenance. There is just one module that includes a built-in expiration-date "time bomb" that (at expiration) simply disables the IPT functionality. If a customer that installed this version (via SMP) signs for a license, he gets a ++APAR to remove the "time bomb" without a need to reinstall the product.


Please visit and download it at: http://www.ibm.com/software/os/zseries/trials/ispf/
There are also some useful documents on the many ways to use this mass of tools to save time and make you more productive.
Back to top
View user's profile Send private message
Jagan-S

New User


Joined: 16 Feb 2007
Posts: 4
Location: Kolkata

PostPosted: Mon Mar 05, 2007 2:57 pm    Post subject: Re: Few ISPF Tips
Reply with quote

Hi All,

I want to use SPLITV command..

But If I use that I am receiving a message as command not active.

Also for Autotype..

Please help me on this..

Jagan
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 1897
Location: Israel

PostPosted: Mon Mar 05, 2007 3:25 pm    Post subject:
Reply with quote

Jagan-S:

Do you have a 3290 terminal? Have you been reading the restriction regarding SPLITV in the fine manual?

Regarding AUTOTYPE, please refer to the fine manual to learn why this command is not so trivial.
O.
Back to top
View user's profile Send private message
Jagan-S

New User


Joined: 16 Feb 2007
Posts: 4
Location: Kolkata

PostPosted: Mon Mar 05, 2007 3:51 pm    Post subject:
Reply with quote

Hi,

Thanks for informing me on File manual.

Mine is a 3278 terminal.

Cheers
Jagan
Back to top
View user's profile Send private message
crs916

New User


Joined: 08 Dec 2006
Posts: 1
Location: india

PostPosted: Tue May 08, 2007 9:27 am    Post subject: Re: Few ISPF Tips
Reply with quote

Hi all,

Thanks for the info


Regards
Ravi
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 HoursGoto page Previous  1, 2, 3  Next
Page 2 of 3