All Other Mainframe Topics :: RE: Underlying DB2 VSAM LDS - SMF recording
Author: Robert Sample Subject: Reply to: Underlying DB2 VSAM LDS - SMF recording Posted: Thu Jan 05, 2017 8:08 pm (GMT 5.5) From the SMF manual:Quote:Record type 62 is written at the successful or...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Thu Jan 05, 2017 8:31 pm (GMT 5.5) Hi, Happy New Year to you all. I am back to the task.Code://SORTINÂ Â DD *Â Â Â Â Â Â Â Â Â Â Â Â Â 518791041070069...
View ArticleCLIST & REXX :: RE: find particular member name in PDS using REXX
Author: anatol Posted: Thu Jan 05, 2017 9:46 pm (GMT 5.5) You can use LISTDS command with MEMBERS parameterCode: /* REXX -Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â */ dsn = your pds...
View ArticleCLIST & REXX :: RE: What is the command to check MODE of PDS MEMBER in REXX ?
Author: anatol Posted: Thu Jan 05, 2017 10:02 pm (GMT 5.5) I believe you just worry, that your macro in EDIT mode can save the changes, when you hit PF3 - the solution is use ALIAS on the end of macro...
View ArticleCLIST & REXX :: RE: find particular member name in PDS using REXX
Author: Willy Jensen Posted: Thu Jan 05, 2017 10:17 pm (GMT 5.5) Short working sample:Code: /* rexx */Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Address TSO...
View ArticleCOBOL Programming :: Need Suggestion on COBOL program
Author: vickey_dw Subject: Need Suggestion on COBOL program Posted: Thu Jan 05, 2017 10:55 pm (GMT 5.5) Hi All, I have written a COBOL program which has three cursors.Requirement was to read data from...
View ArticleAll Other Mainframe Topics :: Produce Mainframe Dash Board Reports for...
Author: sdcarlson53 Subject: Produce Mainframe Dash Board Reports for Management Posted: Thu Jan 05, 2017 11:01 pm (GMT 5.5) I am trying to find out if anyone has some Mainframe Dash Board Reports,...
View ArticleCOBOL Programming :: RE: Need Suggestion on COBOL program
Author: Akatsukami Posted: Thu Jan 05, 2017 11:05 pm (GMT 5.5) And SONAR (whatever that is) does not identify what features of the program are excessively complex? I'd challenge it on those grounds;...
View ArticleCOBOL 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 Article