View previous topic :: View next topic |
Author |
Message |
mnandakumar Beginner
Joined: 09 May 2007 Posts: 22 Topics: 14
|
Posted: Fri Jun 01, 2007 4:23 am Post subject: Delete temporaily some lines in a member of a PDS using Rexx |
|
|
Hi,
Could u help me how to delete some lines in a memeber of PDS using REXX similar to the command 'X' from TSO/ISPF screen
Thanks in advance |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Fri Jun 01, 2007 5:13 am Post subject: |
|
|
X is used to exclude lines from display, so perhaps you mean the D to delete. Please clarify.
What have you done so far, have you built the REXX to process that data, and just need help with the edit macro ? _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Sat Jun 02, 2007 11:36 pm Post subject: |
|
|
Any command that you can invoke in the "regular" editor environment, can be issued from an Edit-Macro.
Edit-Macros can be written in any supported language (including REXX), and the best place to start is "ISPF Edit and Edit Macros" manual.
O.
________
Ford Versailles
Last edited by ofer71 on Sat Feb 05, 2011 12:01 pm; edited 1 time in total |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Sun Jun 03, 2007 11:03 am Post subject: |
|
|
mnandakumar,
the exclude macro command format can be found here
By the way, this is not a 'temporary delete', it is Quote: | The EXCLUDE macro command hides lines that contain a search string from view, and replaces them with a dashed line. To see the lines again, you enter either the RESET or RESET EXCLUDED command. |
_________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
|
|