SYNCSORT :: 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 :: Ccompar BLOB (images of type jpg) on DB2 for z/OS
Author: nihad Subject: Ccompar BLOB (images of type jpg) on DB2 for z/OS 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...
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 ArticleAll Other Mainframe Topics :: 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 ArticleDFSORT/ICETOOL :: RE: Matching and unmatching records
Author: scdinesh Posted: Tue Feb 07, 2017 2:55 am (GMT 5.5) Hi Bill, Thanks for the reply!!! Please advise how can I specify. JOINKEYS FILES=F1,FIELDS=(1,4,A) JOINKEYS FILES=F2,FIELDS=(1,4,A) JOIN...
View ArticleDFSORT/ICETOOL :: RE: Matching and unmatching records
Author: Arun Raj Posted: Tue Feb 07, 2017 3:11 am (GMT 5.5) scdinesh, Since you need to write the entire record area from both the inputs, your REFORMAT should include both F1 and F2 fields. Something...
View ArticleDFSORT/ICETOOL :: 2 byte YEAR from Y'DATE2' field
Author: tecnokrat Subject: 2 byte YEAR from Y'DATE2' field Posted: Tue Feb 07, 2017 12:05 pm (GMT 5.5) Hi, I have been using the DATE2 field for formatting in the sort card for Overlay. The condition...
View ArticleDFSORT/ICETOOL :: RE: 2 byte YEAR from Y'DATE2' field
Author: Abid Hasan Posted: Tue Feb 07, 2017 2:13 pm (GMT 5.5) Hello, The format: Y'DATE2'-1, is allowed in INCLUDE/OMIT conditions but not for date insertions. Also, even if it did yield the date, it...
View ArticleDFSORT/ICETOOL :: RE: 2 byte YEAR from Y'DATE2' field
Author: tecnokrat Subject: Reply to: 2 byte YEAR from Y'DATE2' field Posted: Tue Feb 07, 2017 4:00 pm (GMT 5.5) Abid, its true the DATE2-1 yielded me the ccyymm and not yymm format. I tried the overlay...
View ArticleDFSORT/ICETOOL :: RE: Matching and unmatching records
Author: scdinesh Posted: Tue Feb 07, 2017 9:09 pm (GMT 5.5) Thanks Arun for the help!!!"Your OFILE1 (matched records from input1) and OFILE2 (matched records from input2) should both INCLUDE 'B'...
View ArticleDFSORT/ICETOOL :: RE: Matching and unmatching records
Author: Arun Raj Posted: Tue Feb 07, 2017 9:33 pm (GMT 5.5)Quote:In my case I want to write only F1 records into OFILE1 upon condition , how does it know it should write only F1 records? The BUILD...
View ArticleCLIST & REXX :: REXX compiled via RXTCOMP
Author: sergeyken Subject: REXX compiled via RXTCOMP Posted: Tue Feb 07, 2017 9:41 pm (GMT 5.5) Sorry, but I cannot find any explanation from available sources. When already tested REXX code has been...
View Article