View previous topic :: View next topic |
Author |
Message |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Mon Aug 14, 2006 10:13 am Post subject: Replace EDIT command |
|
|
After I edit a file abc.data(xx), I want to save it to another file (e.g. replacing xyz.data(xx)). When I issue the "REPLACE XYZ.DATA(XX) .ZFIRST .ZLAST", a pop-up "Confirm Replace" panel is displayed. Is there a way to suppress the Confirmation screen? The work-around is to Delete XYZ.DATA(XX) prior to issue the "REPLACE" command. |
|
Back to top |
|
 |
advoss Beginner
Joined: 23 Aug 2005 Posts: 26 Topics: 0
|
Posted: Mon Aug 14, 2006 10:48 am Post subject: |
|
|
On the primary edit panel there is an option "Confirm Cancel/Move/Replace". Just deselect that option. _________________ Alan Voss |
|
Back to top |
|
 |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Mon Aug 14, 2006 11:39 am Post subject: |
|
|
advoss,
It works great. But I was looking for a line command which I can invoke within a REXX program to turn the confirmation on/off. |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Mon Aug 14, 2006 1:54 pm Post subject: |
|
|
Just a guess: Try "ADDRESS ISPEXEC CONTROL DISPLAY LOCK" just before REPLACE.
O.
________
hot penny stocks
Last edited by ofer71 on Sat Feb 05, 2011 11:40 am; edited 1 time in total |
|
Back to top |
|
 |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Mon Aug 14, 2006 3:29 pm Post subject: |
|
|
DISPLAY LOCK CONTROL does not work. It locks the keyboard while displaying an ISPF panel. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Mon Aug 14, 2006 6:25 pm Post subject: |
|
|
I think that is control nondispl enter |
|
Back to top |
|
 |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Tue Aug 15, 2006 11:18 am Post subject: |
|
|
ofer71,
My mistake. The command "ADDRESS ISPEXEC CONTROL DISPLAY LOCK" did work. Thanks. |
|
Back to top |
|
 |
|
|