CICS :: RE: Detailed Transaction History report from SMF 110 Subtype 1
Author: Robert Sample Posted: Tue Oct 18, 2016 7:16 pm (GMT 5.5) Unfortunately, IBM does not make available any easy way to produce reports from the SMF 110 data. There were a series of articles back...
View ArticleCICS :: RE: Protection Exception while move 0 to comp-5 variables
Author: sergeyken Posted: Tue Oct 18, 2016 7:16 pm (GMT 5.5)Kevin Vaz wrote:I think the issue is because we are moving 0 to variable(0).. and arrays in mainframe start from 1. but then why does it not...
View ArticleCICS :: RE: Can sending 5 MB data between cobol programs cause issue
Author: Robert Sample Posted: Tue Oct 18, 2016 7:22 pm (GMT 5.5) The 4.6 MB is irrelevant -- the only data being passed is an address. ABENDs should clean up the storage._________________TANSTAAFL The...
View ArticleCICS :: RE: Protection Exception while move 0 to comp-5 variables
Author: Bill Woodger Subject: Reply to: Protection Exception while move 0 to comp-5 variables Posted: Tue Oct 18, 2016 7:23 pm (GMT 5.5) For a data-name used as a subscript, the address referened will...
View ArticleCICS :: RE: Protection Exception while move 0 to comp-5 variables
Author: enrico-sorichetti Subject: Reply to: Protection Exception while move 0 to comp-5 variables Posted: Tue Oct 18, 2016 7:39 pm (GMT 5.5) how arrays are defined and arranged in storage depend ONLY...
View ArticleCICS :: RE: Protection Exception while move 0 to comp-5 variables
Author: Robert Sample Posted: Tue Oct 18, 2016 7:52 pm (GMT 5.5)Quote:I think the issue is because we are moving 0 to variable(0).. and arrays in mainframe start from 1. but then why does it not fail...
View ArticleSYNCSORT :: Amount field is getting corrupted when Using "LTOU"
Author: thesumitk Subject: Amount field is getting corrupted when Using "LTOU" Posted: Tue Oct 18, 2016 8:20 pm (GMT 5.5) Hi All, I am converting an entire file form Lower to uppercase thru below sort...
View ArticleSYNCSORT :: RE: Amount field is getting corrupted when Using "LTOU"
Author: enrico-sorichetti Subject: Reply to: Amount field is getting corrupted when Using "LTOU" Posted: Tue Oct 18, 2016 8:35 pm (GMT 5.5) You should translate ONLY the fields that You know as...
View ArticleSYNCSORT :: RE: Amount field is getting corrupted when Using "LTOU"
Author: sergeyken Posted: Tue Oct 18, 2016 8:35 pm (GMT 5.5) You are not allowed to include any non-text field (e.g. not PIC X(nnn) ) into your OVERRIDE positions range. Now you get exactly what you...
View ArticleSYNCSORT :: RE: Amount field is getting corrupted when Using "LTOU"
Author: Robert Sample Posted: Tue Oct 18, 2016 8:40 pm (GMT 5.5) Well, the system did EXACTLY what you told it to do. The X'89' is a lower case I, and it got converted to an upper case I (x'C9') just...
View ArticleCICS :: RE: Protection Exception while move 0 to comp-5 variables
Author: sergeyken Posted: Tue Oct 18, 2016 8:47 pm (GMT 5.5)Robert Sample wrote:Variable(0) is most likely part of your program memory and hence would not cause a protection exception. Not because of...
View ArticleJCL & VSAM :: RE: Several errors during building alternate index for KSDS file
Author: Nic Clouston Posted: Tue Oct 18, 2016 9:10 pm (GMT 5.5) Glad you got it sorted out. Thanks for posting your solution._________________Regards Nic
View ArticleCICS :: RE: Protection Exception while move 0 to comp-5 variables
Author: Bill Woodger Subject: Reply to: Protection Exception while move 0 to comp-5 variables Posted: Tue Oct 18, 2016 10:04 pm (GMT 5.5) There is no variable 0. It is a numeric literal.
View ArticleCICS :: RE: Detailed Transaction History report from SMF 110 Subtype 1
Author: vasanthz Posted: Tue Oct 18, 2016 10:07 pm (GMT 5.5)Quote:Omegamon XE V5.3 but it appears they removed the reporting piece in that version and require other tools to do the reporting. sucks...
View ArticleSYNCSORT :: RE: Amount field is getting corrupted when Using "LTOU"
Author: thesumitk Subject: Reply to: Amount field is getting corrupted when Using "LTOU" Posted: Tue Oct 18, 2016 11:05 pm (GMT 5.5) Thanks all for your responses and time you spent to help me .. Much...
View ArticleDB2 :: Problem in Running Query via JCL
Author: vickey_dw Subject: Problem in Running Query via JCL Posted: Tue Oct 18, 2016 11:11 pm (GMT 5.5) Hi All, i am using below kind of job to run SQL query (Cannot post original job as i dont have...
View ArticleDB2 :: RE: Problem in Running Query via JCL
Author: Akatsukami Posted: Tue Oct 18, 2016 11:23 pm (GMT 5.5) Saying that you are getting "some printing error" is completely useless; you should know that by now. Give us, at minimum, the message...
View ArticleSYNCSORT :: RE: Amount field is getting corrupted when Using "LTOU"
Author: enrico-sorichetti Subject: Reply to: Amount field is getting corrupted when Using "LTOU" Posted: Tue Oct 18, 2016 11:30 pm (GMT 5.5) it will be boring to write the build with the input...
View ArticleDFSORT/ICETOOL :: How to delete second instance from Flat file in SORT/IceTool
Author: Gunapala CN Subject: How to delete second instance from Flat file in SORT/IceTool Posted: Tue Oct 18, 2016 11:42 pm (GMT 5.5) Hi Folks, I've file like below :Code:SGCD 1.5 3.4 6.7 SGCD...
View ArticleDFSORT/ICETOOL :: RE: How to delete second instance from Flat file in...
Author: enrico-sorichetti Subject: Reply to: How to delete second instance from Flat file in SORT/IceTool Posted: Wed Oct 19, 2016 12:27 am (GMT 5.5) adding an OPTION EQUALS ??? to do the SUM sort...
View Article