Re: PS file record Delete - Query

2011-11-28 Thread Binyamin Dissen
On Mon, 28 Nov 2011 10:22:03 +0530 jagadishan perumal jagadish...@gmail.com wrote: :We have a PS file record where we have more than 1000 records. Just of of :curiosity is it possible to delete a selected line without using D tso :command. Objective behind this deletion is just to make sure the

Re: PS file record Delete - Query

2011-11-28 Thread jagadishan perumal
ISREDIT macro to delete a desired Line. On Mon, Nov 28, 2011 at 1:50 PM, Binyamin Dissen bdis...@dissensoftware.com wrote: On Mon, 28 Nov 2011 10:22:03 +0530 jagadishan perumal jagadish...@gmail.com wrote: :We have a PS file record where we have more than 1000 records. Just of of

Re: PS file record Delete - Query

2011-11-28 Thread Don Poitras
You could also copy the file and omit the line. TSO REPRO with COUNT and SKIP options. In article CANHhCyQ06NzXvURCZMKEa2Z6G34_suqNFRA1dwp=1qugfjd...@mail.gmail.com you wrote: Hi, Just looking to delete the intended lines using ISPF Edit Macro(Lets say line 2 to be deleted without a D

Re: PS file record Delete - Query

2011-11-28 Thread Lizette Koehler
If I've understood, then it's just deleting line(s) from a macro, rather than prefix command, so ISREDIT DELETE linenumber sounds like what you want. Edit macros are explained in the ISPF Edit and Edit Macros, e.g. see: http://publibfp.boulder.ibm.com/cgi-

Re: PS file record Delete - Query

2011-11-28 Thread Joel C. Ewing
If by without disturbing any other lines you mean leaving data of remaining lines intact, then yes; if you mean not effecting even the record ordinals or edit session line number of following lines, or not having to physically re-write all the undeleted records to DASD at the end of the edit

Re: PS file record Delete - Query

2011-11-28 Thread amit
hi jags, i agree with Liz on this. it would be prefferable if you could run through the manuals. i am sure you would be able to get some tips and tricks across and get it working your way. as for if you looking for codes, i would suggest self coding would be the best of methods both personal and

Re: PS file record Delete - Query

2011-11-28 Thread Elardus Engelbrecht
jagadishan perumal wrote: We have a PS file record where we have more than 1000 records. There is no such thing like 'PS File', but you get a PS dataset. Unless you are refering to a file in zFS (or OMVS/USS :D ). Ok, enough nitpicking... :-D 1000 lines? Hmm, small. Very small. Unless you're

PS file record Delete - Query

2011-11-27 Thread jagadishan perumal
Hi, We have a PS file record where we have more than 1000 records. Just of of curiosity is it possible to delete a selected line without using D tso command. Objective behind this deletion is just to make sure the deletion is just done without disturbing anyother Lines. Tried Googling to find if

Re: PS file record Delete - Query

2011-11-27 Thread Lizette Koehler
Hi, We have a PS file record where we have more than 1000 records. Just of of curiosity is it possible to delete a selected line without using D tso command. Objective behind this deletion is just to make sure the deletion is just done without disturbing anyother Lines. Tried Googling to

Re: PS file record Delete - Query

2011-11-27 Thread jagadishan perumal
Hi, Just looking to delete the intended lines using ISPF Edit Macro(Lets say line 2 to be deleted without a D command). Jags On Mon, Nov 28, 2011 at 10:45 AM, jagadishan perumal jagadish...@gmail.comwrote: Hi, Apology I am just trying to achieve it via : TSO/ISPF. Jags On Mon, Nov

Re: PS file record Delete - Query

2011-11-27 Thread jagadishan perumal
Hi, Apology I am just trying to achieve it via : TSO/ISPF. Jags On Mon, Nov 28, 2011 at 10:40 AM, Lizette Koehler stars...@mindspring.comwrote: Hi, We have a PS file record where we have more than 1000 records. Just of of curiosity is it possible to delete a selected line without

Re: PS file record Delete - Query

2011-11-27 Thread Bill Soper
If I've understood, then it's just deleting line(s) from a macro, rather than prefix command, so ISREDIT DELETE linenumber sounds like what you want. Edit macros are explained in the ISPF Edit and Edit Macros, e.g. see: