COBOL Programming :: RE: ROUNDED Problem with COMPUTE statement
Author: Terry Heinze Posted: Thu Feb 09, 2017 9:36 pm (GMT 5.5) Hint: When I calculate a percentage, I use the following:Code:05 ws-size pic s999 comp-3. 05 ws-max  pic s999 comp-3. 05 ws-part...
View ArticleDB2 :: RE: VALIDATE NULL VALUE IN DB2 CASE STATEMENT
Author: Arun Raj Posted: Thu Feb 09, 2017 9:57 pm (GMT 5.5) No worries, You're welcome!_________________Arun...
View ArticleCLIST & REXX :: RE: REXX compiled via RXTCOMP
Author: Pedro Subject: Reply to: REXX compiled via RXTCOMP Posted: Thu Feb 09, 2017 10:27 pm (GMT 5.5) repeating:Quote:remember that you still need to provide a TSO environment. That is, not sure you...
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 10:27 pm (GMT 5.5) Terry, you have two surplus decimal places (surplus to your final result)....
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Thu Feb 09, 2017 10:49 pm (GMT 5.5) Thanks Arun. Looks brilliant. I am getting slightly incorrect result with this code.Code://SORTINÂ Â DD *...
View ArticleCOBOL Programming :: RE: ROUNDED Problem with COMPUTE statement
Author: shalem Subject: Reply to: ROUNDED Problem with COMPUTE statement Posted: Thu Feb 09, 2017 11:10 pm (GMT 5.5) Thanks guys for your timely help. I got right value 3.0 by following your procedure....
View ArticleCLIST & REXX :: RE: REXX compiled via RXTCOMP
Author: sergeyken Subject: Re: Reply to: REXX compiled via RXTCOMP Posted: Fri Feb 10, 2017 1:03 am (GMT 5.5)Pedro wrote:repeating:Quote:remember that you still need to provide a TSO environment.That...
View ArticleCLIST & REXX :: RE: REXX compiled via RXTCOMP
Author: Robert Sample Posted: Fri Feb 10, 2017 1:39 am (GMT 5.5) What did the vendor say when you asked your question there?_________________TANSTAAFL The first rule of code reuse is that the code...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Arun Raj Posted: Fri Feb 10, 2017 3:26 am (GMT 5.5) You missed the '26,1,ZD,ADD' and you have an extra line instead - '32,1,ZD,ADD'_________________Arun...
View ArticleDFSORT/ICETOOL :: Joinkeys with decimal
Author: scdinesh Subject: Joinkeys with decimal Posted: Fri Feb 10, 2017 4:46 am (GMT 5.5) Hi, Please help me the syntax for Joinkeys with decimal File1 ...length 116 FB with keys at starting position...
View ArticleDFSORT/ICETOOL :: RE: Joinkeys with decimal
Author: Bill Woodger Subject: Reply to: Joinkeys with decimal Posted: Fri Feb 10, 2017 6:18 am (GMT 5.5) It doesn't matter if the keys are decimal, it only matters that they are the same length, and...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Fri Feb 10, 2017 3:28 pm (GMT 5.5) Sorted. Thanks.
View ArticleDB2 :: setting new limit Key values for index controlled partition.
Author: srilata83 Subject: setting new limit Key values for index controlled partition. Posted: Fri Feb 10, 2017 9:24 pm (GMT 5.5) Hi, I am using db2 v7.I have a partitioned table which is index...
View ArticleDB2 :: RE: setting new limit Key values for index controlled partition.
Author: Arun Raj Posted: Sat Feb 11, 2017 2:27 am (GMT 5.5) At most of the shops I have worked with, activities such as ALTER/REBIND/DROP.. are performed/authorized in production only by/to the DBA...
View ArticleCLIST & REXX :: RE: REXX compiled via RXTCOMP
Author: sergeyken Posted: Sat Feb 11, 2017 2:34 am (GMT 5.5)Robert Sample wrote:What did the vendor say when you asked your question there? I am subcontractor, and not supposed to contact the vendor...
View ArticleDFSORT/ICETOOL :: RE: Joinkeys with decimal
Author: sergeyken Posted: Sat Feb 11, 2017 2:43 am (GMT 5.5) The key fields from JOINKEYS statements are considered as hexadecimal strings of the same length, since only comparison on EQUAL are...
View ArticleDFSORT/ICETOOL :: RE: Joinkeys with decimal
Author: Bill Woodger Subject: Reply to: Joinkeys with decimal Posted: Sat Feb 11, 2017 4:34 am (GMT 5.5) What do you mean the A is ignored unless SORTED is specified? SORTED tells DFSORT that the data...
View ArticleMainframe Interview Questions :: RE: Mainframe Interview Questions...
Author: Gary Jacek Posted: Sat Feb 11, 2017 5:51 am (GMT 5.5) Let me be a bit cynical here. If you spend your time studying interview questions, then you are perpetrating a lie to your potential...
View ArticleMainframe Interview Questions :: RE: Mainframe Interview Questions...
Author: akshathan Posted: Sat Feb 11, 2017 6:52 am (GMT 5.5) Hi Gary, Thanks for your response. I have been working on Mainframes for more than 8 years. As i mentioned in my last post I had to shift my...
View ArticleMainframe Interview Questions :: RE: Mainframe Interview Questions...
Author: RahulG31 Subject: Reply to: Mainframe Interview Questions CICS,COBOL,JCL ,DB2,IMS Posted: Sat Feb 11, 2017 9:03 pm (GMT 5.5) I would hate to disagree with Gary. Honesty is Not always rewarded....
View Article