Page 1 of 1

Edit option getting substituded by Browse

PostPosted: Wed Apr 20, 2011 4:34 pm
by yogeshvalhe
Hello,

I have a dataset and I want to delete some records from the datasets. But the dataset being large, while opening in EDIT mode, it is opening up in Browse mode.

Is there a way to remove certain records from the datsets.

Thanks,
Yogesh

Re: Edit option getting substituded by Browse

PostPosted: Wed Apr 20, 2011 4:51 pm
by MrSpock
Write a SORT job and use some INCLUDE or OMIT logic.

Re: Edit option getting substituded by Browse

PostPosted: Wed Apr 20, 2011 8:27 pm
by prino
yogeshvalhe wrote:I have a dataset and I want to delete some records from the datasets. But the dataset being large, while opening in EDIT mode, it is opening up in Browse mode.

Is there a way to remove certain records from the datsets.


Use TSO edit, or ISPF edit in batch with REGION=0M and an edit macro.

Re: Edit option getting substituded by Browse

PostPosted: Thu Apr 21, 2011 6:23 am
by DFSHDC40
write a program in .... any language that is supported in your environment