DB2 :: Need help with below DB2 error
Author: ashek15 Subject: Need help with below DB2 error Posted: Sat Mar 18, 2017 5:56 am (GMT 5.5) Hi All I need help in understanding below DB2 error. DSNI014I +DB2A DSNIOST2 DATA IN USE DURING ABEND...
View ArticleDB2 :: RE: Need help with below DB2 error
Author: Robert Sample Posted: Sat Mar 18, 2017 6:22 am (GMT 5.5) From the DB2 Codes manual:Quote:Explanation The data manager detected an internal error within DB2®. Possible causes for this error...
View ArticleDB2 :: RE: Need help with below DB2 error
Author: ashek15 Subject: Reply to: Need help with below DB2 error Posted: Sat Mar 18, 2017 7:06 am (GMT 5.5) Thanks for reply. However, as I mentioned earlier both table and indexes are in RW mode and...
View ArticleDB2 :: RE: Need help with below DB2 error
Author: Robert Sample Posted: Sat Mar 18, 2017 8:52 am (GMT 5.5) Contact your site support group and have them open an issue with IBM. It doesn't really matter if the same query is running fine in...
View ArticleCICS :: Date and time format in CICS
Author: Chandru3183 Subject: Date and time format in CICS Posted: Sat Mar 18, 2017 12:46 pm (GMT 5.5) I have a requirement in implementing time stamp in CICS with the below...
View ArticleDFSORT/ICETOOL :: MIPS/CPU consumption reduction in Batch
Author: vishwakotin Subject: MIPS/CPU consumption reduction in Batch Posted: Sat Mar 18, 2017 5:46 pm (GMT 5.5) Hi, I am into a project where I need to reduce the CPU consumption for the batch...
View ArticleDFSORT/ICETOOL :: RE: MIPS/CPU consumption reduction in Batch
Author: Bill Woodger Subject: Reply to: MIPS/CPU consumption reduction in Batch Posted: Sat Mar 18, 2017 6:02 pm (GMT 5.5) You look for the ways things are done badly. and change them to do things...
View ArticleDFSORT/ICETOOL :: RE: MIPS/CPU consumption reduction in Batch
Author: Robert Sample Posted: Sat Mar 18, 2017 6:36 pm (GMT 5.5) First, unless you find a way to reduce the number of records being sorted, "optimizing SORT" is generally futile -- SORT has already...
View ArticleCICS :: RE: Date and time format in CICS
Author: Robert Sample Posted: Sat Mar 18, 2017 6:46 pm (GMT 5.5)Code:EXEC CICS ASKTIME ABSTIME(time-variable) END-EXEC EXEC CICS FORMATTIME ABSTIME(time-variable) DATESTRING (data-area)...
View ArticleCICS :: RE: Date and time format in CICS
Author: Robert Sample Posted: Sun Mar 19, 2017 8:26 pm (GMT 5.5) After getting a chance to test the commands, what is actually needed is Code:EXEC CICS ASKTIME ABSTIME(time-variable) END-EXEC EXEC CICS...
View ArticleDFSORT/ICETOOL :: RE: MIPS/CPU consumption reduction in Batch
Author: vishwakotin Posted: Mon Mar 20, 2017 12:03 pm (GMT 5.5) Thanks Bill and Robert. I will check these once I get into the project. Robert - Thanks for your detailed explanation on the difference...
View ArticleDFSORT/ICETOOL :: Formatting VB File
Author: Learncoholic Subject: Formatting VB File Posted: Mon Mar 20, 2017 12:29 pm (GMT 5.5) Hi, I have a I/P File with sample records below:Code:ABC|1234567|bla bla bla...|bla bla bla|....| |...
View ArticleDFSORT/ICETOOL :: RE: Formatting VB File
Author: Bill Woodger Subject: Reply to: Formatting VB File Posted: Mon Mar 20, 2017 1:22 pm (GMT 5.5) Don't SQZ. Just use VLTRM=C' ' on OUTFIL.
View ArticleDFSORT/ICETOOL :: RE: Formatting VB File
Author: Learncoholic Posted: Mon Mar 20, 2017 2:48 pm (GMT 5.5) Thanks Bill, This worked for me. I used the below Control Card:Code:OUTFIL FNAMES=OUTDD01,VLTRIM=C' ',...
View ArticleDFSORT/ICETOOL :: Export flat file data into excel sheet
Author: murali.andaluri Subject: Export flat file data into excel sheet Posted: Mon Mar 20, 2017 5:39 pm (GMT 5.5) Hi, Everyday we are generating daily metrics using sort utilities and after updating...
View ArticleDFSORT/ICETOOL :: RE: Export flat file data into excel sheet
Author: Akatsukami Posted: Mon Mar 20, 2017 6:28 pm (GMT 5.5) Yes and no and it's unsteady in my hand. You can use *Sort (or, of course, write a program -- but it's a good bet that *Sort will do what...
View ArticleDFSORT/ICETOOL :: RE: Formatting VB File
Author: Arun Raj Posted: Mon Mar 20, 2017 6:29 pm (GMT 5.5) If there are input fields to be ignored, then a '%=' would do for each of those._________________Arun...
View ArticleDFSORT/ICETOOL :: RE: Export flat file data into excel sheet
Author: Robert Sample Subject: Reply to: Export flat file data into excel sheet Posted: Mon Mar 20, 2017 6:29 pm (GMT 5.5)Quote:So is there any utility to write this flat file data into excel sheets?If...
View ArticleDFSORT/ICETOOL :: RE: MIPS/CPU consumption reduction in Batch
Author: Robert Sample Subject: Reply to: MIPS/CPU consumption reduction in Batch Posted: Mon Mar 20, 2017 7:25 pm (GMT 5.5) From...
View ArticleDB2 :: RE: Getting -504 Cursor Name GTT-ARTS-CURSOR is not Declared
Author: Rohit Umarjikar Posted: Mon Mar 20, 2017 8:11 pm (GMT 5.5) Yes, it will . Thanks_________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but Wisdom is knowing...
View Article