JCL & VSAM :: difference between ... DUMMY ... and ... NULLFILE ...
Author: enrico-sorichetti Subject: difference between ... DUMMY ... and ... NULLFILE ... Posted: Mon Oct 17, 2016 4:31 pm (GMT 5.5)There is no difference as told here...
View ArticleJCL & VSAM :: RE: Difference bw NULLFILE & DUMMY
Author: enrico-sorichetti Subject: Reply to: Difference bw NULLFILE & DUMMY Posted: Mon Oct 17, 2016 4:33 pm (GMT 5.5) Topic cleaned up, posted a sticky on the same subject_________________cheers...
View ArticleDB2 :: RE: Get correct date and time when current time is over 12 hrs
Author: balaji81_k Subject: Reply to: Get correct date and time when current time is over 12 hrs Posted: Mon Oct 17, 2016 9:40 pm (GMT 5.5) Hi All, Thanks every one for the inputs._________________dear...
View ArticleDFSORT/ICETOOL :: abend sort based on count records in group
Author: anatol Subject: abend sort based on count records in group Posted: Mon Oct 17, 2016 10:10 pm (GMT 5.5) Hi, I have file ( need just idea, so let it FB=80):Code: 111111 111111 111111 111111...
View ArticleDFSORT/ICETOOL :: RE: abend sort based on count records in group
Author: Rohit Umarjikar Posted: Mon Oct 17, 2016 10:28 pm (GMT 5.5) Hint-http://www.ibmmainframeforum.com/dfsort-icetool-icegener/topic5837.html_________________Regards, Rohit Umarjikar"Knowledge is...
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: 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 :: 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