|
|
| Author |
Message |
shoumitra sutradhar
New User
Joined: 22 May 2008 Posts: 3 Location: pune
|
|
|
|
Hi! is it possible to use a inspect verb line this.
INSPECT WS-VAR1 REPLACING ALL "MISS" BY "BMS".
Can i replace all four words"MISS" by three words"BMS". |
|
| Back to top |
|
 |
References
|
Posted: Wed Jul 02, 2008 3:06 pm Post subject: Re: Inspect verb to replace words |
 |
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1396 Location: germany
|
|
|
|
| have you tried or bothered to read the manual? |
|
| Back to top |
|
 |
vv
New User
Joined: 06 Jan 2008 Posts: 11 Location: bangalore
|
|
|
|
sys is
inspect id-1 converting 'old string' by 'new string' before initial spaces.
venkat. |
|
| Back to top |
|
 |
Antonio Barata Warnings : 1 New User
Joined: 04 Apr 2007 Posts: 36 Location: Lisbon, Portugal
|
|
|
|
| shoumitra sutradhar wrote: |
Hi! is it possible to use a inspect verb line this.
INSPECT WS-VAR1 REPLACING ALL "MISS" BY "BMS".
Can i replace all four words"MISS" by three words"BMS". |
Hi
Why don't you try running it just to see what happens?
The program could be only one display at the beginning with the contents of ws-var-1, the INSPECT statement and another display in the end. |
|
| Back to top |
|
 |
shoumitra sutradhar
New User
Joined: 22 May 2008 Posts: 3 Location: pune
|
|
|
|
| I tried and know that changeing field and the replacing field has to be same, but i wanted some new tricks to any way replace with different size. |
|
| Back to top |
|
 |
Antonio Barata Warnings : 1 New User
Joined: 04 Apr 2007 Posts: 36 Location: Lisbon, Portugal
|
|
|
|
| shoumitra sutradhar wrote: |
| I tried and know that changeing field and the replacing field has to be same, but i wanted some new tricks to any way replace with different size. |
The INSPECT statement has a wide range of options and possibilities.
I think that you really should read the manual and, try out the different options, and then choose the one that you think will do it better. |
|
| Back to top |
|
 |
|
|