JCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: Arun Raj Posted: Thu Feb 16, 2017 7:30 pm (GMT 5.5)vinu78 wrote:Then we need to wait for approximately 10 min to get a flat dataset populated with dataJust curious what is going on in this 10...
View ArticlePL/I & Assembler :: RE: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE...
Author: UmeySan Posted: Thu Feb 16, 2017 8:12 pm (GMT 5.5) Hi Steve I Think this is still a endless debate. I still see some unavoidable necessity to to keep a close watch at the processing time of...
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: vinu78 Posted: Thu Feb 16, 2017 8:53 pm (GMT 5.5) Thanks all for the information. The dataset normally gets populated with data approximately within 5-6 min after JOB2 has run. So another idea...
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: Nic Clouston Posted: Thu Feb 16, 2017 8:55 pm (GMT 5.5) How is the data sert being populated?_________________Regards Nic
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: vinu78 Posted: Thu Feb 16, 2017 9:13 pm (GMT 5.5) Dataset gets populated from some 3rd party system. Our intention is, once the dataset gets data (within 5-6 min), we should run JOB3 whose...
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: UmeySan Posted: Thu Feb 16, 2017 9:19 pm (GMT 5.5) Perhaps read about "event-triggered tracking" called ETT. Regards, UmeySan_________________Regards, UmeySan
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: Arun Raj Posted: Thu Feb 16, 2017 9:26 pm (GMT 5.5) Since manual submission is required anyways, so why don't we just submit JOB1 (and possibly make it submit the other 2 jobs) after you know...
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: daveporcelan Posted: Thu Feb 16, 2017 9:27 pm (GMT 5.5) I agree with everyone above, having a batch Job wait is a bad idea. However it would be pretty easy to do this with a Rexx exec. Assuming...
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: vinu78 Posted: Thu Feb 16, 2017 9:52 pm (GMT 5.5) Not sure whether I have explained it correctly. JOB2 will FTP some data to 3rd party system and then only 3rd party system populates data in...
View ArticlePL/I & Assembler :: RE: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE...
Author: PeterHolland Posted: Thu Feb 16, 2017 10:00 pm (GMT 5.5)Quote:Goedendag Peter Hartelijk dank voor bemoediging. Thats very nice, thanks a lot. And have a nice week-end too.
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: daveporcelan Posted: Thu Feb 16, 2017 11:12 pm (GMT 5.5) I got it. After the FTP step, add a step to execute this Rexx step. Set your Sleep seconds to 300 (5 minutes) and Max seconds to 1200 so...
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: Terry Heinze Posted: Fri Feb 17, 2017 12:24 am (GMT 5.5) Won't the REXX step in Job2 tie up the initiator until data arrives from the 3rd party?_________________.... Terry
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: daveporcelan Posted: Fri Feb 17, 2017 12:29 am (GMT 5.5)Yep, it sure will. Not saying it is a good idea. It is not. Just showing it is not very difficult to do. What should be done, is to use...
View ArticleIMS DB/DC :: RE: What are the different procopt options used in IMS
Author: RMD Subject: Reply to: What are the different procopt options used in IMS Posted: Fri Feb 17, 2017 12:31 am (GMT 5.5) Deleted by moderator - the information is in the readily available manual...
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: Robert Sample Posted: Fri Feb 17, 2017 5:35 am (GMT 5.5) Another option would be to have the process putting the data into the file use FTP after the data is transferred to submit JOB3 into JES...
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: vinu78 Posted: Fri Feb 17, 2017 6:45 am (GMT 5.5) Thanks Dave for the clarification and everybody for pouring in ideas. I will try the REXX code. Also I find some code like belowCode://STEP010...
View ArticlePL/I & Assembler :: Another RFE
Author: prino Subject: Another RFE Posted: Fri Feb 17, 2017 3:33 pm (GMT 5.5) To vote for (or not), or to comment on:Add FASTALLOC builtin for allocation in AREA_________________Robert AH Prins...
View ArticleJCL & VSAM :: RE: JCL to get submitted once dataset has data - DEV region
Author: daveporcelan Posted: Fri Feb 17, 2017 5:46 pm (GMT 5.5) Robert, That is an excellent approach. We use that for internal transfers from in house servers. Our shop would not allow that with...
View ArticleDB2 :: ERM-Diagram of SysIBM-Catalog-Tables
Author: Auryn Subject: ERM-Diagram of SysIBM-Catalog-Tables Posted: Fri Feb 17, 2017 6:22 pm (GMT 5.5) Hi there, for my collegues that are not so familiar with the DB2 (v11 z/OS) system catalog and its...
View ArticleDB2 :: RE: ERM-Diagram of SysIBM-Catalog-Tables
Author: enrico-sorichetti Subject: Reply to: ERM-Diagram of SysIBM-Catalog-Tables Posted: Fri Feb 17, 2017 8:48 pm (GMT 5.5) an ERM diagram generated automatically will just confuse the ideas of the...
View Article