DFSORT/ICETOOL :: Converting decimal to numeric using ICETOOL
Author: Balaryan Subject: Converting decimal to numeric using ICETOOL Posted: Thu Feb 02, 2017 11:27 pm (GMT 5.5) Hi All, I am facing an issue in reformatting the decimal field value say '11.400' to...
View ArticleDFSORT/ICETOOL :: RE: Converting decimal to numeric using ICETOOL
Author: Arun Raj Posted: Fri Feb 03, 2017 12:11 am (GMT 5.5) Is your field left justified? When you say, it "is not working", can you show what you have tried and what you are getting out of...
View ArticleDFSORT/ICETOOL :: RE: Converting decimal to numeric using ICETOOL
Author: Balaryan Posted: Fri Feb 03, 2017 1:20 am (GMT 5.5) Hi Arun, It works now. Actually, I tried with LEFT justified using JFY parameter. It didn't work out. Later, I achieved the result using...
View ArticleSYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S
Author: Virendra Shambharkar Posted: Fri Feb 03, 2017 10:02 am (GMT 5.5) Thanks for responding , our purpose is to calculate the actual lenght of the string and the valid lenght of the string is only...
View ArticleDFSORT/ICETOOL :: RE: Converting decimal to numeric using ICETOOL
Author: Abid Hasan Posted: Fri Feb 03, 2017 11:42 am (GMT 5.5) Hello, Imo, this task can be tweaked further; it can be done with only an INREC BUILD, coupled with a '<position...
View ArticleSYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S
Author: Bill Woodger Subject: Reply to: Count Trailing Spaces in variable string after a constant S Posted: Fri Feb 03, 2017 12:37 pm (GMT 5.5) See here.
View ArticleSYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S
Author: Virendra Shambharkar Posted: Fri Feb 03, 2017 1:32 pm (GMT 5.5) Thanks , we were able to figure out how to do this using SORT._________________Virendra Shambharkar
View ArticleDFSORT/ICETOOL :: RE: Converting decimal to numeric using ICETOOL
Author: Arun Raj Posted: Fri Feb 03, 2017 7:29 pm (GMT 5.5)Balaryan wrote:I am using "UFF, M11" to reformat that field. It works only for '9.999' and not working for '99.999'Balaryan, The solution you...
View ArticleSYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S
Author: Terry Heinze Subject: Reply to: Count Trailing Spaces in variable string after a constant S Posted: Fri Feb 03, 2017 7:58 pm (GMT 5.5)Quote:See here. Ah, an exercise in recursion....
View ArticleSYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S
Author: Bill Woodger Subject: Reply to: Count Trailing Spaces in variable string after a constant S Posted: Fri Feb 03, 2017 8:20 pm (GMT 5.5) Yes, the questions hadn't been answered. Virendra...
View ArticleAll Other Mainframe Topics :: RE: Have you ever seen a Mainframe?
Author: Ricardo Guerra Posted: Sat Feb 04, 2017 2:39 am (GMT 5.5) Yes, for 10 years I have been working in a Bank in my Country (Argentina) and at that time was common to go to the Proccessing Room and...
View ArticleDB2 :: COMPREE BLOB(IMAGES OF TYPE JPG)ON DB2 ZOS
Author: nihad Subject: COMPREE BLOB(IMAGES OF TYPE JPG)ON DB2 ZOS Posted: Sun Feb 05, 2017 3:13 pm (GMT 5.5) Hi all, Please, I want to ask about a way to compress blob on DB2 v10 on z/OS, I tried to...
View ArticleSYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S
Author: Virendra Shambharkar Subject: Reply to: Count Trailing Spaces in variable string after a constant S Posted: Mon Feb 06, 2017 8:56 am (GMT 5.5) Below are the sort cards one of our colleagues...
View ArticleCICS :: RE: CICS to Webservices
Author: safexc Posted: Mon Feb 06, 2017 5:15 pm (GMT 5.5) Thanks Robert, was able to implement it by following the redbook. One doubt though, if a json is returning null value for a field, the...
View ArticleMainframe Jobs :: Release of Adabas Cursor
Author: mohitsethi Subject: Release of Adabas Cursor Posted: Mon Feb 06, 2017 8:36 pm (GMT 5.5) I have a query on Releasing of Adabas Cursors in case of abend. I declare the cursor and fetch a row from...
View ArticleAll Other Mainframe Topics :: RE: Release of Adabas Cursor
Author: Akatsukami Posted: Mon Feb 06, 2017 9:22 pm (GMT 5.5) Mainframe Jobs is absolutely the wrong forum in which to have asked thhis question._________________Data is not information. Information is...
View ArticleDFSORT/ICETOOL :: Matching and unmatching records
Author: scdinesh Subject: Matching and unmatching records Posted: Tue Feb 07, 2017 12:41 am (GMT 5.5) Guys, Appreciate your help me on following requirement: I've 2 input files(not in sorted order) ,...
View ArticleDFSORT/ICETOOL :: RE: Matching and unmatching records
Author: sergeyken Posted: Tue Feb 07, 2017 1:59 am (GMT 5.5) RTFM:Code: JOINKEYS FILE=F1,... JOINKEYS FILE=F2,... JOIN UNPAIRED,F1,F2 REFORMAT FIELDS=...,FILL=... SORT FIELDS=... OUTFIL...
View ArticleDFSORT/ICETOOL :: RE: Matching and unmatching records
Author: Bill Woodger Subject: Reply to: Matching and unmatching records Posted: Tue Feb 07, 2017 2:39 am (GMT 5.5) No need for FILL=, use the match-marker (?, a question-mark, in the REFORMAT record,...
View ArticleDFSORT/ICETOOL :: RE: Matching and unmatching records
Author: scdinesh Subject: Matching and unmatching records Posted: Tue Feb 07, 2017 2:43 am (GMT 5.5) Thanks sergeyken for quick response... Assume my record length is set to 80 , with first 4 digits as...
View Article