DFSORT/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 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 ArticleMainframe Interview Questions :: Mainframe Interview Questions CICS,COBOL,JCL...
Author: akshathan Subject: Mainframe Interview Questions CICS,COBOL,JCL ,DB2,IMS Posted: Thu Feb 09, 2017 6:38 pm (GMT 5.5) Hello, I was working on mainframe for quite a while and had to shift my...
View ArticleDB2 :: RE: VALIDATE NULL VALUE IN DB2 CASE STATEMENT
Author: Arun Raj Posted: Thu Feb 09, 2017 7:20 pm (GMT 5.5) Just curious, are you attempting something like this? Or maybe I am confused about the 'case' requirement and the '= NULL' issue Code:WHERE...
View ArticleDB2 :: RE: VALIDATE NULL VALUE IN DB2 CASE STATEMENT
Author: useit Subject: Reply to: VALIDATE NULL VALUE IN DB2 CASE STATEMENT Posted: Thu Feb 09, 2017 7:38 pm (GMT 5.5) no arun, i have a Terminte indicator Y or N Which would help me to fetch only...
View ArticleCOBOL Programming :: ROUNDED Problem with COMPUTE statement
Author: shalem Subject: ROUNDED Problem with COMPUTE statement Posted: Thu Feb 09, 2017 8:16 pm (GMT 5.5) Hi, can you please help me ROUNDED issue in COMPUTE statement AVERAGE-RATE PIC S9(3)V999...
View ArticleDB2 :: RE: VALIDATE NULL VALUE IN DB2 CASE STATEMENT
Author: Arun Raj Posted: Thu Feb 09, 2017 8:33 pm (GMT 5.5) I was assuming the 'terminate indicator' to be a table column name based on your initial post. But from your recent post above, looks like...
View ArticleCOBOL Programming :: RE: ROUNDED Problem with COMPUTE statement
Author: Terry Heinze Subject: Reply to: ROUNDED Problem with COMPUTE statement Posted: Thu Feb 09, 2017 8:36 pm (GMT 5.5) COBOL does not carry the precision of intermediate results that you might...
View ArticleCOBOL Programming :: RE: ROUNDED Problem with COMPUTE statement
Author: Terry Heinze Posted: Thu Feb 09, 2017 8:54 pm (GMT 5.5) Also, what is TOP VALUE and BOTTOM VALUE? Do you mean the Intrinsic functions MAX and MIN?_________________.... Terry
View ArticleCOBOL Programming :: RE: ROUNDED Problem with COMPUTE statement
Author: Robert Sample Posted: Thu Feb 09, 2017 8:57 pm (GMT 5.5) First of all, your post is inconsistent -- if AVERAGE-RATE is defined PIC S9(3)V999 then there is NO WAY it will ever have a value of...
View ArticleCOBOL Programming :: RE: ROUNDED Problem with COMPUTE statement
Author: shalem Subject: ROUNDED Problem with COMPUTE statement Posted: Thu Feb 09, 2017 9:01 pm (GMT 5.5) Thanks for quick reply. Both Top and Bottom values are defined IN ARRAY TOP-VALUE PIC S9(14)V99...
View ArticleCOBOL Programming :: RE: ROUNDED Problem with COMPUTE statement
Author: Robert Sample Posted: Thu Feb 09, 2017 9:10 pm (GMT 5.5) Have you considered making TOP-VALUE and BOTTOM-VALUE V999 instead of V99 and see if that makes a difference? As Terry indicated, the...
View ArticleCOBOL Programming :: RE: ROUNDED Problem with COMPUTE statement
Author: Bill Woodger Subject: Reply to: ROUNDED Problem with COMPUTE statement Posted: Thu Feb 09, 2017 9:12 pm (GMT 5.5) You must multiply first, divide last. Your final action is to multiply by 100....
View ArticleCOBOL Programming :: RE: ROUNDED Problem with COMPUTE statement
Author: Terry Heinze Posted: Thu Feb 09, 2017 9:13 pm (GMT 5.5) My mistake. I didn't realize you had a 3-dimensional table. Have you read thoroughly the Appendix I mentioned? I'd break the COMPUTE...
View ArticleCOBOL Programming :: RE: ROUNDED Problem with COMPUTE statement
Author: shalem Subject: ROUNDED Problem with COMPUTE statement Posted: Thu Feb 09, 2017 9:17 pm (GMT 5.5) Thanks Terry , I will try with Break COMPUTE into individual DIVIDEs and MULTIPLYs.
View ArticleDB2 :: RE: VALIDATE NULL VALUE IN DB2 CASE STATEMENT
Author: useit Posted: Thu Feb 09, 2017 9:24 pm (GMT 5.5) thanks arun, it worked for me. sorry i did not get this idea.... i was just trying with case statement. thanks again Regards, Prahlad Shetty
View Article