|
|
| Author |
Message |
ilakkia
New User
Joined: 17 May 2008 Posts: 18 Location: chennai
|
|
|
|
| What TSO command is used to identify only numeric fields (Inside program)? |
|
| Back to top |
|
 |
References
|
Posted: Thu Jun 19, 2008 2:52 pm Post subject: Re: Tso Command to identify only numeric fields |
 |
|
|
 |
ilakkia
New User
Joined: 17 May 2008 Posts: 18 Location: chennai
|
|
|
|
| What TSO command is used to change only block of data and portion of column? |
|
| Back to top |
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1395 Location: germany
|
|
|
|
use f1 while you are in ispf. take a look at the find command.
F P'#'
chg all .a .b 30 40
rtfm or read the help provided by f1. |
|
| Back to top |
|
 |
|
|