CLIST & 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: Rohit Umarjikar Posted: Wed Feb 08, 2017 8:14 pm (GMT 5.5) You are struggling To get this done for more than 2 months, I suggest you to write a cobol program which can be delivered in one day....
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 ArticleDFSORT/ICETOOL :: RE: Matching and unmatching records
Author: Arun Raj Posted: Wed Feb 08, 2017 11:32 pm (GMT 5.5) Your match marker position is 161 and NOT 81. Plus you need to fix your BUILDs as suggested earlier._________________Arun...
View ArticleDFSORT/ICETOOL :: RE: Checking Current date
Author: Arun Raj Posted: Wed Feb 08, 2017 11:37 pm (GMT 5.5) How about including all the error records in output (input date NOT = current date), and considering RC=4 as valid (empty output), and RC=0...
View ArticlePL/I & Assembler :: RE: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE...
Author: steve-myers Posted: Thu Feb 09, 2017 1:25 am (GMT 5.5) Those fractions of seconds do add up. And, surprise, surprise, they're only noticed on mainframes. On toy and baby machines, no one...
View ArticleDFSORT/ICETOOL :: RE: Matching and unmatching records
Author: John Del Posted: Thu Feb 09, 2017 2:10 am (GMT 5.5) scdinesh - I would suggest that you first just write the reformatted output to one dataset, so that you can see how the join operation is...
View ArticleSYNCSORT :: RE: JCL sort Match and NoMatch
Author: Bill Woodger Subject: Reply to: JCL sort Match and NoMatch Posted: Thu Feb 02, 2017 11:03 pm (GMT 5.5) Use INCLUDE to end up with only the records you want. INREC OVERLAY to attach the new data...
View ArticleDB2 :: RE: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0
Author: Miguel Fernandez Posted: Thu Feb 09, 2017 3:58 pm (GMT 5.5) To finish closing this incident and as general culture I comment the following: The program runs correctly, the output in the host...
View ArticleDB2 :: VALIDATE NULL VALUE IN DB2 CASE STATEMENT
Author: useit Subject: VALIDATE NULL VALUE IN DB2 CASE STATEMENT Posted: Thu Feb 09, 2017 4:34 pm (GMT 5.5) Hi, can we do some kind of case statement within the where clause to validate the null value...
View Article