PL/I & Assembler :: RE: Zerodivide raised when divisor is 0.01
Author: soundarr Posted: Wed May 11, 2016 2:29 am (GMT 5.5) DEC FIXED(15,2) gives the same result.
View ArticlePL/I & Assembler :: ON ERROR handling
Author: soundarr Subject: ON ERROR handling Posted: Wed May 11, 2016 3:37 am (GMT 5.5) Dear All, I try to handle zero divide exception in PL1 and continue with my program logic. Below error handling...
View ArticlePL/I & Assembler :: RE: ON ERROR handling
Author: Rohit Umarjikar Posted: Wed May 11, 2016 4:02 am (GMT 5.5) Do you need 'go to' ?_________________Regards, Rohit Umarjikar"Some things Man was never meant to know. For everything else, there's...
View ArticleDFSORT/ICETOOL :: Copy a particular column based on PARM value
Author: brindhamohan Subject: Copy a particular column based on PARM value Posted: Wed May 11, 2016 8:49 am (GMT 5.5) Hi, I want to use SORTD to copy a particular column from a file based on a PARM...
View ArticleCICS :: RE: VSAM Alternate Index in CICS
Author: jacobdng Posted: Wed May 11, 2016 11:11 am (GMT 5.5) Thank you for the answer. Our System Program has confirmed this point. Case is closed.
View ArticleDFSORT/ICETOOL :: RE: Copy a particular column based on PARM value
Author: Bill Woodger Subject: Reply to: Copy a particular column based on PARM value Posted: Wed May 11, 2016 11:21 am (GMT 5.5) It's not so much of a "tweak", you'll need some code. Test your JPn...
View ArticleAll Other Mainframe Topics :: RE: How to NDM a VSAM file
Author: Rijit Subject: Reply to: How to NDM a VSAM file Posted: Wed May 11, 2016 11:26 am (GMT 5.5) It would be easier to detect the error if you post the error log messages...
View ArticlePL/I & Assembler :: RE: Zerodivide raised when divisor is 0.01
Author: prino Subject: Re: Zerodivide raised when divisor is 0.01 Posted: Wed May 11, 2016 12:58 pm (GMT 5.5)soundarr wrote:Dear All, Strangely, I get a zerodivide error condition raised for the below...
View ArticlePL/I & Assembler :: RE: ON ERROR handling
Author: Akatsukami Posted: Wed May 11, 2016 1:50 pm (GMT 5.5) He does indeed._________________Data is not information. Information is not knowledge. Knowledge is not wisdom.
View ArticleCOBOL Programming :: RE: File comparsion - Records are in different Layout
Author: Suganya87 Posted: Wed May 11, 2016 2:09 pm (GMT 5.5) Its not an one time activity , we are doing it as a part of regression testing. Actually we have done a manual comparison all those years...
View ArticleAll Other Mainframe Topics :: Replacement FTP to SFTP
Author: Vasili Koipish Subject: Replacement FTP to SFTP Posted: Wed May 11, 2016 3:10 pm (GMT 5.5) Hello, our TSO application receive GDG files from other application by FTP. Sender intend replace FTP...
View ArticleCOBOL Programming :: RE: File comparsion - Records are in different Layout
Author: Rijit Posted: Wed May 11, 2016 3:46 pm (GMT 5.5)Suganya87 wrote:Its not an one time activity , we are doing it as a part of regression testing. Actually we have done a manual comparison all...
View ArticleMainframe Jobs :: Referral Walk-in - HSBC Software Development India
Author: Saikat Sengupta Subject: Referral Walk-in - HSBC Software Development India Posted: Wed May 11, 2016 3:58 pm (GMT 5.5) Hi There is a referral walk-in in HSBC Software Development India this...
View ArticleAll Other Mainframe Topics :: RE: Replacement FTP to SFTP
Author: Pandora-Box Posted: Wed May 11, 2016 5:02 pm (GMT 5.5) Did you refer to the manuals? http://dovetail.com/docs/sftp/sftp-doc.pdf_________________To understand recursion, You must understand...
View ArticleDFSORT/ICETOOL :: RE: Copy a particular column based on PARM value
Author: brindhamohan Subject: Reply to: Copy a particular column based on PARM value Posted: Wed May 11, 2016 7:09 pm (GMT 5.5) Thanks, Bill! What do you mean by "JPn value"?
View ArticlePL/I & Assembler :: RE: Zerodivide raised when divisor is 0.01
Author: soundarr Posted: Wed May 11, 2016 8:13 pm (GMT 5.5) Thanks Prino. My apologies to you and all for giving an example of 10 instead of 10000 which I actually used. Please excuse me. When I used...
View ArticleDFSORT/ICETOOL :: RE: Copy a particular column based on PARM value
Author: Rohit Umarjikar Posted: Wed May 11, 2016 8:35 pm (GMT 5.5) How about doing some research now?Using SET and PROC symbols in control statements_________________Regards, Rohit Umarjikar"Some...
View ArticleCOBOL Programming :: RE: File comparsion - Records are in different Layout
Author: Rohit Umarjikar Posted: Wed May 11, 2016 8:49 pm (GMT 5.5) Or FTP these files to excel ( Only if you have a permission) and then write a simple macro which does column comparison and write...
View ArticleDFSORT/ICETOOL :: RE: Copy a particular column based on PARM value
Author: John Del Posted: Wed May 11, 2016 8:50 pm (GMT 5.5) See section 8.7 of the DFSORT Application Programming Guide (at least that's the section to look at for v1r12), link to the IBM manuals are...
View ArticlePL/I & Assembler :: RE: Zerodivide raised when divisor is 0.01
Author: Bill Woodger Subject: Reply to: Zerodivide raised when divisor is 0.01 Posted: Wed May 11, 2016 10:36 pm (GMT 5.5) Do you mean a Decimal Divide Exception (S0CB)? I'm not aware of an actual...
View Article