DFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Bill Woodger Subject: Reply to: Performing arithmetic on input field Posted: Thu Dec 08, 2016 4:24 am (GMT 5.5) No-one locked anything, and that last comment wasn't mine :-) Posts can only be...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Subject: Re: Reply to: Performing arithmetic on input field Posted: Thu Dec 08, 2016 7:46 pm (GMT 5.5) Hi Bill, How will I deal with space when result of multiplication is only 1...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Arun Raj Posted: Thu Dec 08, 2016 7:55 pm (GMT 5.5)zh_lad wrote:How will I ignore space to pick up digits to sum in OUTREC (second IFTHEN).This is already suggested above. Keep the results in...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Thu Dec 08, 2016 8:58 pm (GMT 5.5) My input:Code:518791041070069 I read more about having multiple IFTHEN and improved code to:Code:OPTION COPY...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Arun Raj Posted: Thu Dec 08, 2016 10:07 pm (GMT 5.5) I think you got confused. Forget the FINDREP suggestion. You don't need FINDREP. I will repeat what was suggested already if that makes any...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Bill Woodger Subject: Reply to: Performing arithmetic on input field Posted: Thu Dec 08, 2016 10:40 pm (GMT 5.5)zh_lad wrote:I was amazed to know every IFTHEN picks up amendments done by...
View ArticleDFSORT/ICETOOL :: Removing Duplicates based on certain value of the records
Author: chandracdac Subject: Removing Duplicates based on certain value of the records Posted: Fri Dec 09, 2016 4:40 am (GMT 5.5) Hi All, i want to apply my eliminate duplicate logic(sum fields=None or...
View ArticleDFSORT/ICETOOL :: RE: Removing Duplicates based on certain value of the records
Author: Bill Woodger Subject: Reply to: Removing Duplicates based on certain value of the records Posted: Fri Dec 09, 2016 5:14 am (GMT 5.5) Can "a1" appear with other keys as well? If so, do you want...
View ArticleDFSORT/ICETOOL :: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Subject: Unwrap the data based on delimiter X'25' Posted: Fri Dec 09, 2016 10:25 am (GMT 5.5) I have a input data like,ISA*00* *00* *01*078769021 *16*054481205CPIC *16...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: Arun Raj Posted: Fri Dec 09, 2016 11:32 am (GMT 5.5) Hello, Welcome to the forums! The input data posted above is not so clear (at least to me). Are these different records? Can you show what...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 1:47 pm (GMT 5.5) Yes,they are of different records.Iam dealing with both FB and VB files.So can you plz help me with the code that will work for...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 2:56 pm (GMT 5.5) Can you please provide me the solution atleast for FB files as of now.I await your response._________________Y.Bhavana
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: Arun Raj Posted: Fri Dec 09, 2016 3:29 pm (GMT 5.5) Before we get into the code, I am not sure if this is the right tool to deal with your problem. Was this data sent to mainframe from some...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: Nic Clouston Posted: Fri Dec 09, 2016 3:31 pm (GMT 5.5)Quote:Can you please provide me the solution atleast for FB files as of now.I await your response. You may wait a long time especially...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 3:33 pm (GMT 5.5) Hi the source data will itself be like this,which we will get by copying all the gdg versions into single o/p dataset,all the GDG...
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: Arun Raj Posted: Fri Dec 09, 2016 3:46 pm (GMT 5.5)Quote:No I am not removing the blanks.You are, at least in the example you showed above. I guess you meant "generations" and not "versions"....
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 3:46 pm (GMT 5.5) Sorry Nic and Arun.I will wait for your response._________________Y.Bhavana
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: bhavana yalavarthi Posted: Fri Dec 09, 2016 3:48 pm (GMT 5.5) Yes they are generations.Ok can you please help me for FB datasets._________________Y.Bhavana
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: prino Posted: Fri Dec 09, 2016 3:49 pm (GMT 5.5)bhavana yalavarthi wrote:Hi the source data will itself be like this,which we will get by copying all the gdg versions into single o/p dataset....
View ArticleDFSORT/ICETOOL :: RE: Unwrap the data based on delimiter X'25'
Author: Bill Woodger Subject: Reply to: Unwrap the data based on delimiter X'25' Posted: Fri Dec 09, 2016 3:50 pm (GMT 5.5) From the sample, we can't tell what is a space and what is an X'25'. Can you...
View Article