Friday, August 9, 2013

Mainframe ISPF Tricks

ISPF tips
f p'###'  to find a string of 3 numeric characters
f p'.'    to find character that can not be displayed.
f p' #'   to find blank followed by a numeric character.
f p'#D'   to find numeric character followed by ‘D’. Give any character in place of ‘D’ like ‘VB’ etc

FIND OUT MVS VERSION
Open SDSF and give  WHO.

Remove all comments from the program
Type the following in the command line opening the program in view mode

X ALL '*' 7  -> This will remove all the comments. Then do
DEL X ALL

 

No comments:

Post a Comment