ISPF Tips.

A Mainframe-Tip a Day keeps the bugs away!
Forum rules
All of these Tips/Tuning-suggestions should be tested your own, at your shop, prior to use in Prod.
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: ISPF Tips.

Post by zprogrammer »

34.

Code: Select all

F ALL P'#'
To Find all Numeric characters
zprogrammer
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: ISPF Tips.

Post by zprogrammer »

35.

Code: Select all

F ALL P'$'
To Find all special charecters
zprogrammer
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: ISPF Tips.

Post by zprogrammer »

36.

Code: Select all

F ALL P'<'
To Find all Lower case characters
zprogrammer
zprogrammer
Global Moderator
Global Moderator
Posts: 588
Joined: Wed Nov 20, 2013 11:53 am
Location: Mars

Re: ISPF Tips.

Post by zprogrammer »

37.

Code: Select all

F ALL P'>'
To Find all Upper case characters
zprogrammer
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: ISPF Tips.

Post by nicc »

Or simply read the help for Find/Change and learn a lot of things.
Regards
Nic
User avatar
Anuj Dhawan
Founder
Posts: 2799
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: ISPF Tips.

Post by Anuj Dhawan »

38. Assign a function-key to the ‘FIND FIRST 8’, assuming it's PF10. Now in order to find paragraph OPEN-FILE-PARA, enter ‘OPEN’ on the command line and press PF10. The editor will position you at the beginning of the paragraph. The best thing about using it this way is that it immediately brings you to the desired paragraph, regardless of your current position within the program.

PS.: Assuming that "OPEN-FILE-PARA" is uniquely defined paragraph name and there is no other paragraph in the program that begins with the "OPEN".
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Tip Of the Day.”