COBOL Programming :: RE: Need Suggestion on COBOL program
Author: vickey_dw Posted: Thu Jan 05, 2017 11:12 pm (GMT 5.5) No unfortunately it doesn't point out which part are complex.
View ArticleAll Other Mainframe Topics :: RE: Produce Mainframe Dash Board Reports for...
Author: vasanthz Posted: Thu Jan 05, 2017 11:23 pm (GMT 5.5) Once We used a web dashboard using MVSDS interface similar to the one described here...
View ArticleAll Other Mainframe Topics :: RE: Produce Mainframe Dash Board Reports for...
Author: sdcarlson53 Subject: Reply to: Produce Mainframe Dash Board Reports for Management Posted: Thu Jan 05, 2017 11:27 pm (GMT 5.5) Thanks for this information. I will check this...
View ArticleAll Other Mainframe Topics :: RE: Underlying DB2 VSAM LDS - SMF recording
Author: vasanthz Posted: Thu Jan 05, 2017 11:35 pm (GMT 5.5)Quote:DB2 may open the VSAM data set when it is started and not close it until the DB2 subsystem is brought down. Thank you for your reply...
View ArticleCOBOL Programming :: RE: Need Suggestion on COBOL program
Author: Marso Posted: Thu Jan 05, 2017 11:54 pm (GMT 5.5) You have only 2 alternatives, I think: 1. Locate the team responsible for SONAR and ask them to revise their criteria or to allow your program....
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Arun Raj Posted: Fri Jan 06, 2017 2:25 am (GMT 5.5) Try enclosing all your ADDs in a separate () parenthesis_________________Arun...
View ArticleCOBOL Programming :: RE: Need Suggestion on COBOL program
Author: Rohit Umarjikar Posted: Fri Jan 06, 2017 2:48 am (GMT 5.5) We use SONAR too. When you search you program , it gives you blockers, critical messages and the corresponding impacted code. So get...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: sergeyken Posted: Fri Jan 06, 2017 3:57 am (GMT 5.5) Definitely: MUL has priority over ADD. With all ADDs enclosed in () the result is correct. Edited to remove spurious...
View ArticleAll Other Mainframe Topics :: RE: Underlying DB2 VSAM LDS - SMF recording
Author: steve-myers Posted: Fri Jan 06, 2017 7:12 am (GMT 5.5) Remember, when you examine type 62 records, SMF62DMD will be the name of the data component of the LDS, not the LDS name.
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Subject: Reply to: Performing arithmetic on input field Posted: Fri Jan 06, 2017 2:13 pm (GMT 5.5) Thanks Arun.
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Fri Jan 06, 2017 3:29 pm (GMT 5.5) Hi Arun, Thanks for your help so far. One last query. Is there a way I can do this calculation in INREC using multiple BUILD as I want to use...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Bill Woodger Subject: Reply to: Performing arithmetic on input field Posted: Fri Jan 06, 2017 4:55 pm (GMT 5.5) Yes, there is no need for the OUTREC, you could put the second BUILD on another...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Fri Jan 06, 2017 7:50 pm (GMT 5.5) Thanks Bill. It worked with two BUILDs with WHEN=INIT. Now I am working on OUTREC to stick right most digit to original input. Thanks for your...
View ArticleCLIST & REXX :: RE: find particular member name in PDS using REXX
Author: sergeyken Posted: Fri Jan 06, 2017 9:02 pm (GMT 5.5) Just FYI In some cases there is a trap with using LISTDS command to analyze PDS member list. This doesn't happen too often, but if by a...
View ArticleCLIST & REXX :: RE: find particular member name in PDS using REXX
Author: Willy Jensen Posted: Sat Jan 07, 2017 1:27 am (GMT 5.5) I like programs like the PDS86 found on cbttape.org file 182, because with that you can do copy including aliasses._________________WJ
View ArticleJava & MQSeries :: MQ setup query
Author: mohitsaini Subject: MQ setup query Posted: Sun Jan 08, 2017 1:53 am (GMT 5.5) Hi All, In my organization, we have to set up a queue that takes input from multiple sources and then from that...
View ArticleDFSORT/ICETOOL :: RE: How to concatenate string in JCL
Author: strg.mani Posted: Sun Jan 08, 2017 4:12 am (GMT 5.5) Hello Frank, I used your code. It works perfectly fine for me. Can you help me, If the number of records are random but multiple of 2. For...
View ArticleDFSORT/ICETOOL :: RE: How to concatenate string in JCL
Author: Akatsukami Posted: Sun Jan 08, 2017 5:14 am (GMT 5.5) Do not tag your question onto a thread that's dormant for over eight years (Mr. Yaeger in fact retired four years ago and has not logged in...
View ArticleCOBOL Programming :: RE: How to call OO cobol from legacy cobol
Author: Virendra Shambharkar Subject: Reply to: How to call OO cobol from legacy cobol Posted: Tue Jan 10, 2017 11:57 am (GMT 5.5) Hi, I am also compiling a TSTHELLO program as mentioned in programming...
View ArticleCOBOL Programming :: RE: How to call OO cobol from legacy cobol
Author: Virendra Shambharkar Subject: Reply to: How to call OO cobol from legacy cobol Posted: Tue Jan 10, 2017 11:59 am (GMT 5.5) Forgot to mention I already tried with the PARM values mentioned in...
View Article