Re: sort data extract

2017-03-30 Thread Sri h Kolusu
com> To: IBM-MAIN@LISTSERV.UA.EDU Date: 03/30/2017 06:13 AM Subject: Re: sort data extract Sent by:IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> That's a big 10-4 Liz and Gil. You don't learn until you read a manual, write a bit of code, test, repeat,

Re: sort data extract

2017-03-30 Thread scott Ford
g new functions. > > > > ;-D > > > > > > Lizette > > > > > > > -Original Message- > > > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > > > Behalf Of Sri h Kolusu > > > Sent: Wednesday, March 29,

Re: sort data extract

2017-03-29 Thread Lizette Koehler
new functions. ;-D Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Sri h Kolusu > Sent: Wednesday, March 29, 2017 8:33 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: sort data extract > >

Re: sort data extract

2017-03-29 Thread Paul Gilmartin
On Wed, 29 Mar 2017 07:53:47 -0700, Lizette Koehler wrote: >Is SORT your only option? > >If not, REXX or SAS, or other languages can do this for you very easily. >... >Do you need any editing once it is found? > Don't overlook grep and sed. >> -Original Message- >> From: Ron

Re: sort data extract

2017-03-29 Thread Ron Thomas
ok. if string is found , we need to extract the full record and copy to a new file . Thanks! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO

Re: sort data extract

2017-03-29 Thread Sri h Kolusu
Date: 03/29/2017 07:54 AM > Subject: Re: sort data extract > Sent by: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> > > Is SORT your only option? > > If not, REXX or SAS, or other languages can do this for you very easily. > > Otherwise, > > You a

Re: sort data extract

2017-03-29 Thread Lizette Koehler
t: Wednesday, March 29, 2017 4:37 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: sort data extract > > Hi , I have comma seperated VB block file of LRECL 5000, i need to extract all > records for those if there is a string like K170119. Could anyone let me know > how this to b

Re: sort data extract

2017-03-29 Thread retired mainframer
Look up "Substring Comparison Tests" in your Application Programming Guide. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Ron Thomas > Sent: Wednesday, March 29, 2017 4:37 AM > To: IBM-MAIN@LISTSERV.UA

sort data extract

2017-03-29 Thread Ron Thomas
Hi , I have comma seperated VB block file of LRECL 5000, i need to extract all records for those if there is a string like K170119. Could anyone let me know how this to be done using sort jcl ? Thanks! -- For IBM-MAIN subscribe