DFSORT/ICETOOL :: RE: abend sort based on count records in group
Author: anatol Subject: Reply to: abend sort based on count records in group Posted: Mon Oct 17, 2016 11:21 pm (GMT 5.5) Thank you ... I will try to check if I can use NULLOFL for my task... kind of doubt
View ArticleDFSORT/ICETOOL :: RE: abend sort based on count records in group
Author: Bill Woodger Subject: Reply to: abend sort based on count records in group Posted: Tue Oct 18, 2016 12:20 am (GMT 5.5) Well, you can very easily get an RC=4 if there are no groups with more...
View ArticleDFSORT/ICETOOL :: RE: abend sort based on count records in group
Author: anatol Subject: Reply to: abend sort based on count records in group Posted: Tue Oct 18, 2016 12:29 am (GMT 5.5) Thank you, Bill .. I think it is better to work with RC, than force to abend ....
View ArticleCICS :: Detailed Transaction History report from SMF 110 Subtype 1
Author: Kyle Carroll Subject: Detailed Transaction History report from SMF 110 Subtype 1 Posted: Tue Oct 18, 2016 12:42 am (GMT 5.5) Is there a CICS TS 4.1 program and JCL available that I can use to...
View ArticleDFSORT/ICETOOL :: RE: abend sort based on count records in group
Author: Bill Woodger Subject: Reply to: abend sort based on count records in group Posted: Tue Oct 18, 2016 2:08 am (GMT 5.5) Yes.
View ArticleCICS :: RE: Detailed Transaction History report from SMF 110 Subtype 1
Author: vasanthz Posted: Tue Oct 18, 2016 2:09 am (GMT 5.5) Hi, Do you have MXG or MICS at your shop?_________________Give a man a fish and you feed him for a day. Give a man POISONED fish and you feed...
View ArticleDB2 :: RE: Get correct date and time when current time is over 12 hrs
Author: balaji81_k Subject: Re: Reply to: Get correct date and time when current time is over 12 hrs Posted: Tue Oct 18, 2016 2:36 am (GMT 5.5) Hi Enrico, i have tried to use only one condition as...
View ArticleCICS :: RE: Detailed Transaction History report from SMF 110 Subtype 1
Author: Robert Sample Subject: Reply to: Detailed Transaction History report from SMF 110 Subtype 1 Posted: Tue Oct 18, 2016 3:21 am (GMT 5.5) If your site has one of the CICS reporting tools available...
View ArticleCICS :: Protection Exception while move 0 to comp-5 variables
Author: Kevin Vaz Subject: Protection Exception while move 0 to comp-5 variables Posted: Tue Oct 18, 2016 4:19 pm (GMT 5.5) Hi, I have a CICS web service and in one step I move 0 to many comp-5...
View ArticleCICS :: Can sending 5 MB data between cobol programs cause issue
Author: Kevin Vaz Subject: Can sending 5 MB data between cobol programs cause issue Posted: Tue Oct 18, 2016 4:50 pm (GMT 5.5) Hi, We are having a web service in which we are sharing 4.6 MB of data...
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 5:38 pm (GMT 5.5)Quote:... move 0 to many comp-5 variables ... tell us the...
View ArticleCICS :: RE: Can sending 5 MB data between cobol programs cause issue
Author: enrico-sorichetti Subject: Reply to: Can sending 5 MB data between cobol programs cause issue Posted: Tue Oct 18, 2016 5:41 pm (GMT 5.5) if the sizes/lengths of the objects respects the COBOL...
View ArticleCICS :: RE: Can sending 5 MB data between cobol programs cause issue
Author: steve-myers Posted: Tue Oct 18, 2016 6:02 pm (GMT 5.5) Since this is CICS I have to wonder if this is a transfer in storage between 2 cooperating programs in a single CICS instance? If the two...
View ArticleCICS :: RE: Can sending 5 MB data between cobol programs cause issue
Author: Kevin Vaz Posted: Tue Oct 18, 2016 6:06 pm (GMT 5.5) We are using the same pointers for the same copybooks in both the calling and called program. So that the called program can use the...
View ArticleJCL & VSAM :: RE: Several errors during building alternate index for KSDS file
Author: Andi1982 Posted: Tue Oct 18, 2016 6:08 pm (GMT 5.5) Hey, meanwhile we found the solution for our problem The buildindex failed because we did not allocate some File:Code: // DLBL...
View ArticleCICS :: RE: Protection Exception while move 0 to comp-5 variables
Author: Kevin Vaz Posted: Tue Oct 18, 2016 6:20 pm (GMT 5.5) Hi, Thanks for your reply. We are trying to initialize many comp-5 to 0 All these variables are declared as comp-5 in the same copybook. Few...
View ArticleCICS :: RE: Detailed Transaction History report from SMF 110 Subtype 1
Author: Kyle Carroll Posted: Tue Oct 18, 2016 6:54 pm (GMT 5.5) Thanks for the response. We are a small shop and don't have those tools. I was hoping that CICS TS 4.1 would have some reporting that...
View ArticleCICS :: RE: Protection Exception while move 0 to comp-5 variables
Author: sergeyken Posted: Tue Oct 18, 2016 6:57 pm (GMT 5.5) The physical address of destination field for MOVE statement is calculated as: (destination) = (array_start_address) +...
View ArticleCICS :: RE: Can sending 5 MB data between cobol programs cause issue
Author: Bill Woodger Subject: Reply to: Can sending 5 MB data between cobol programs cause issue Posted: Tue Oct 18, 2016 6:59 pm (GMT 5.5) The pointer will be eight bytes in length. As you "pass" it...
View ArticleCICS :: RE: Can sending 5 MB data between cobol programs cause issue
Author: Kevin Vaz Posted: Tue Oct 18, 2016 7:04 pm (GMT 5.5) in calling program we set pointer-1 to address of out-record out-record is a variable under which we have copy copybook then we are using...
View Article