DFSORT/ICETOOL :: RE: Updating the counters after eliminating duplicates
Author: Rohit Umarjikar Posted: Mon Nov 21, 2016 9:23 pm (GMT 5.5)Code://SYSINÂ Â DD *Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â INREC...
View ArticleDFSORT/ICETOOL :: RE: Updating the counters after eliminating duplicates
Author: Bill Woodger Subject: Reply to: Updating the counters after eliminating duplicates Posted: Mon Nov 21, 2016 10:54 pm (GMT 5.5) No, Rohit. Even accepting the 4.4 comparison for C'COUNT' as a...
View ArticleDFSORT/ICETOOL :: RE: Updating the counters after eliminating duplicates
Author: Arun Raj Posted: Tue Nov 22, 2016 11:09 am (GMT 5.5) I think we are good without an END for the group. This is UNTESTED, this has the essence of Bill's suggestion above.Code://SYSINÂ Â DD *...
View ArticleDFSORT/ICETOOL :: RE: Updating the counters after eliminating duplicates
Author: Bill Woodger Subject: Reply to: Updating the counters after eliminating duplicates Posted: Tue Nov 22, 2016 2:43 pm (GMT 5.5) Yes, Arun, that looks good. I got confused with the END because the...
View ArticleDFSORT/ICETOOL :: RE: Updating the counters after eliminating duplicates
Author: PANDU1 Posted: Tue Nov 22, 2016 3:39 pm (GMT 5.5) Thank you Arun, I could able to solve the duplicates but trying to update the counters.
View ArticleDFSORT/ICETOOL :: RE: Updating the counters after eliminating duplicates
Author: Bill Woodger Subject: Reply to: Updating the counters after eliminating duplicates Posted: Tue Nov 22, 2016 3:41 pm (GMT 5.5) PANDU1, Arun's code drops duplicates and produces correct counts....
View ArticleJCL & VSAM :: Get a job submitted itself every time when i login
Author: arunsoods Subject: Get a job submitted itself every time when i login Posted: Tue Nov 22, 2016 4:05 pm (GMT 5.5) Hi Team, I want to get a job submitted itself every time when i login to my...
View ArticleJCL & VSAM :: RE: Get a job submitted itself every time when i login
Author: enrico-sorichetti Subject: Reply to: Get a job submitted itself every time when i login Posted: Tue Nov 22, 2016 4:16 pm (GMT 5.5) if it was a requirement from Your organisation Your system...
View ArticleJCL & VSAM :: RE: Get a job submitted itself every time when i login
Author: arunsoods Posted: Tue Nov 22, 2016 4:21 pm (GMT 5.5) Thanks Enrico for replying....:-) Actually I have prepared a job which don't allow a file to migrate. So I want that job to run itself every...
View ArticleDFSORT/ICETOOL :: RE: Updating the counters after eliminating duplicates
Author: PANDU1 Posted: Tue Nov 22, 2016 4:42 pm (GMT 5.5) Hi Bill, I have no idea in solving this, so posted in the group. After trying with Arun's code I got the relevant output. Thanks.
View ArticleDFSORT/ICETOOL :: RE: Updating the counters after eliminating duplicates
Author: Bill Woodger Subject: Reply to: Updating the counters after eliminating duplicates Posted: Tue Nov 22, 2016 4:49 pm (GMT 5.5) Great, thanks for letting us know. Make sure you understand it.
View ArticleJCL & VSAM :: RE: Get a job submitted itself every time when i login
Author: enrico-sorichetti Subject: Reply to: Get a job submitted itself every time when i login Posted: Tue Nov 22, 2016 5:00 pm (GMT 5.5)Quote:Actually I have prepared a job which don't allow a file...
View ArticleDFSORT/ICETOOL :: RE: Updating the counters after eliminating duplicates
Author: Arun Raj Posted: Tue Nov 22, 2016 8:15 pm (GMT 5.5)Quote:I'd rearrange the order of the IFTHENs, so that the data-one is treated first, it'll avoid a lot of tests for when the header/trailer...
View ArticleIMS DB/DC :: IMS BMP program causes 878 system abend
Author: Artemk Subject: IMS BMP program causes 878 system abend Posted: Tue Nov 22, 2016 8:26 pm (GMT 5.5) Hi, actually I'm a beginner in IMS tuning, and reading docs for me is better, but I already...
View ArticleIMS DB/DC :: RE: IMS BMP program causes 878 system abend
Author: Artemk Posted: Tue Nov 22, 2016 8:59 pm (GMT 5.5) Forgot to tell about another observation. (Some clarification about what does the program do: BMP takes the data from prepared GSAM input file....
View ArticleIMS DB/DC :: RE: IMS BMP program causes 878 system abend
Author: Robert Sample Subject: Reply to: IMS BMP program causes 878 system abend Posted: Tue Nov 22, 2016 10:18 pm (GMT 5.5) S878 generally has a reason code, which tells much about the reason for the...
View ArticleIMS DB/DC :: RE: IMS BMP program causes 878 system abend
Author: Artemk Posted: Tue Nov 22, 2016 11:47 pm (GMT 5.5) True, usually s878 comes with 2-digit reason code, but not this time. May be I lost some thing, see only one line that could have RC - DFS629I...
View ArticleIMS DB/DC :: RE: IMS BMP program causes 878 system abend
Author: Artemk Posted: Thu Nov 24, 2016 12:12 am (GMT 5.5) Today I got a dump again, and now found the reason code. Thanks for hint to look in the job log, more It was in job log of control region, not...
View ArticleIMS DB/DC :: RE: IMS BMP program causes 878 system abend
Author: RahulG31 Subject: Reply to: IMS BMP program causes 878 system abend Posted: Thu Nov 24, 2016 1:10 am (GMT 5.5) I am not sure if you have looked at some of these links as well (may or may not...
View ArticleIMS DB/DC :: RE: IMS BMP program causes 878 system abend
Author: Robert Sample Posted: Thu Nov 24, 2016 1:27 am (GMT 5.5) From the MVS System Codes manual:Quote:10 There is not enough virtual private area storage available to satisfy the request. This is due...
View Article