DFSORT/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 ArticleCLIST & REXX :: RE: REXX compiled via RXTCOMP
Author: Pedro Subject: Reply to: REXX compiled via RXTCOMP Posted: Tue Feb 07, 2017 9:48 pm (GMT 5.5) What environment are you running it on? If it is a batch job, remember that you still need to...
View ArticleCLIST & REXX :: RE: REXX compiled via RXTCOMP
Author: enrico-sorichetti Subject: Reply to: REXX compiled via RXTCOMP Posted: Tue Feb 07, 2017 10:53 pm (GMT 5.5) I do not know about the REXXTOOLS compiler but the IBM REXX compiler is very sensitive...
View ArticlePL/I & Assembler :: RE: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE...
Author: UmeySan Posted: Wed Feb 08, 2017 4:16 pm (GMT 5.5) @ Steve Thank's a lot for these detailed descriptions an your elaborations. Just as you, years ago when IBM unnounced some new instructions...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Subject: Reply to: Performing arithmetic on input field Posted: Wed Feb 08, 2017 7:31 pm (GMT 5.5) I have managed to calculate check digit using:Code://SORTIN DD *...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Wed Feb 08, 2017 8:35 pm (GMT 5.5) I am doing this when I am free. If I wanted to do then I too could have written a cobol program in an hour. SORT gives me flexibility to re use...
View ArticleDFSORT/ICETOOL :: RE: Matching and unmatching records
Author: scdinesh Subject: Reply to: Matching and unmatching records Posted: Wed Feb 08, 2017 8:47 pm (GMT 5.5) Thanks Sergeyken,Bill and Arun
View ArticlePL/I & Assembler :: RE: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE...
Author: steve-myers Posted: Wed Feb 08, 2017 9:01 pm (GMT 5.5) When the relative branch instruction came out in the 1990s, my analysis is the main beneficiary would be the compilers, which do tend to...
View ArticleCLIST & REXX :: RE: REXX compiled via RXTCOMP
Author: sergeyken Posted: Wed Feb 08, 2017 10:35 pm (GMT 5.5) After long investigation I was able to find the answer as fine print in the Open Software Inc. manual Quote:Note: If your compiled REXX...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Arun Raj Posted: Wed Feb 08, 2017 10:55 pm (GMT 5.5) Maybe you can remove the calculations that are not required and also directly overlay the final 'result digit', like this:Code://SYSIN DD...
View ArticleDFSORT/ICETOOL :: Checking Current date
Author: vickey_dw Subject: Checking Current date Posted: Wed Feb 08, 2017 11:14 pm (GMT 5.5) Hello All, Input file sampleCode:QWER,TYUU,DFGH,20170208 QWER,TYUU,DFGH,20170207 QWER,TYUU,DFGH,20170208...
View ArticlePL/I & Assembler :: RE: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE...
Author: PeterHolland Posted: Wed Feb 08, 2017 11:15 pm (GMT 5.5) But what are you trying to prove? That you did some programming? Good for you.Quote: UmeySan Personally, with those mips to day, i don't...
View ArticleDFSORT/ICETOOL :: RE: Matching and unmatching records
Author: scdinesh Posted: Wed Feb 08, 2017 11:30 pm (GMT 5.5) Hi, Please see if there is anything wrong in the below sort upon my above requirement? am seeing empty records in all 4 output files....
View Article