![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi This is my problem. Firstly I have a program file called PROGFILE and a pointer-file called PF. I do the following "ED PF XXX" do my change to xxx then FI out of it. My changes dissappears and in my program file (PROGFILE) the first line if I "ED PF PROGFILE" is the program name( in this case xxx). And the program xxx has not been changed. Has anyone encountered this. REGARDS -- Mario Peters Ndip. IT(PE Tech) Office = 043 7226625 Cellno = 0722485530 Email = m.peters (AT) freshmarksystems (DOT) co.za --------------------------------------------------------- All views or opinions expressed herein are that of the author only and in no way reflect those of Freshmark Systems. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you receive this in error, please contact the sender and delete the material from any computer. |
#3
| |||
| |||
|
|
D3 is case insensitive, which means X is the same as x. When you make your change, the system sees nothing difference and thinks no change has been made. There are two way to handle this: 1) change XXX to YYY, file, edit, change YYY to xxx 2) use CASE-ON, make your change, use CASE-OFF I hope this helps. -- Jeffrey Kaufman Key Data Systems Group www.keydata.us 559-432-3832 559-432-4657 fax Western Pacific Supply www.westpacsupply.com 888-WestPac "Mario" <m.peters (AT) freshmarksystems (DOT) co.za> wrote in message news:1066140846.11051 (AT) proxy (DOT) jhb.stormnet.co.za... Hi This is my problem. Firstly I have a program file called PROGFILE and a pointer-file called PF. I do the following "ED PF XXX" do my change to xxx then FI out of it. My changes dissappears and in my program file (PROGFILE) the first line if I "ED PF PROGFILE" is the program name( in this case xxx). And the program xxx has not been changed. Has anyone encountered this. REGARDS -- Mario Peters Ndip. IT(PE Tech) Office = 043 7226625 Cellno = 0722485530 Email = m.peters (AT) freshmarksystems (DOT) co.za --------------------------------------------------------- All views or opinions expressed herein are that of the author only and in no way reflect those of Freshmark Systems. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you receive this in error, please contact the sender and delete the material from any computer. |
#4
| |||
| |||
|
|
Hi This is my problem. Firstly I have a program file called PROGFILE and a pointer-file called PF. I do the following "ED PF XXX" do my change to xxx then FI out of it. My changes dissappears and in my program file (PROGFILE) the first line if I "ED PF PROGFILE" is the program name( in this case xxx). And the program xxx has not been changed. Has anyone encountered this. REGARDS -- Mario Peters Ndip. IT(PE Tech) Office = 043 7226625 Cellno = 0722485530 Email = m.peters (AT) freshmarksystems (DOT) co.za --------------------------------------------------------- All views or opinions expressed herein are that of the author only and in no way reflect those of Freshmark Systems. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you receive this in error, please contact the sender and delete the material from any computer. |
![]() |
| Thread Tools | |
| Display Modes | |
| |