JCL & 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 ArticleDFSORT/ICETOOL :: Formating the Input file
Author: sreekusr Subject: Formating the Input file Posted: Fri Feb 17, 2017 10:40 pm (GMT 5.5) Hi All, Requirement - Input file record - (FB file)Code:NAMEA ADDRESSA1 ADDRESSA2 NAMEB ADDRESSB1...
View ArticleDFSORT/ICETOOL :: RE: Formating the Input file
Author: Bill Woodger Subject: Reply to: Formating the Input file Posted: Sat Feb 18, 2017 12:29 am (GMT 5.5) From your example, the data is always in fixed positions. Simple to reformat with BUILD....
View ArticleDB2 :: DB2 SQL Error: SQLCODE=-440, SQLSTATE=42884
Author: kishpra Subject: DB2 SQL Error: SQLCODE=-440, SQLSTATE=42884 Posted: Sat Feb 18, 2017 2:31 am (GMT 5.5) Hello Team, My Java application is trying to call a Native SQL stored procedure AA400400...
View ArticleDFSORT/ICETOOL :: RE: Formating the Input file
Author: sergeyken Posted: Sat Feb 18, 2017 3:01 am (GMT 5.5) If input file positions are not fixed but varying, then additionally use Code:INREC PARSE=...,BUILD=... For details - RTFM...
View ArticleTSO/ISPF :: RE: Design of ISPF panel
Author: Lynne Schuler Posted: Sat Feb 18, 2017 10:16 am (GMT 5.5) just curious, why convert assembler to HTML?_________________Lynne
View ArticlePL/I & Assembler :: RE: Utility to extract dsn info from concatenation
Author: Lynne Schuler Posted: Sat Feb 18, 2017 10:23 am (GMT 5.5) steve, I haven't been here for a while, and I realized that I never thanked you. You were a great help. so, a belated thank you!...
View ArticleTSO/ISPF :: RE: Design of ISPF panel
Author: prino Posted: Sat Feb 18, 2017 3:43 pm (GMT 5.5)Lynne Schuler wrote:just curious, why convert assembler to HTML? I'm not converting assembler (or any other languages) to HTML, I'm just...
View ArticleDB2 :: RE: DB2 SQL Error: SQLCODE=-440, SQLSTATE=42884
Author: Rohit Umarjikar Posted: Sun Feb 19, 2017 7:46 am (GMT 5.5) Did you contact DBA at your site first? Did you try executing this sp outside java environment pointing to desired...
View ArticleCOBOL Programming :: RE: What is basically QSAM file
Author: RMD Subject: Reply to: What is basically QSAM file Posted: Sun Feb 19, 2017 7:58 pm (GMT 5.5) Processing QSAM...
View ArticleCOBOL Programming :: RE: What is basically QSAM file
Author: Robert Sample Posted: Sun Feb 19, 2017 8:35 pm (GMT 5.5) RMD, adding to a topic after SIX AND A HALF YEARS is not really adding anything to the previous comments._________________TANSTAAFL The...
View ArticleDFSORT/ICETOOL :: RE: Formating the Input file
Author: sreekusr Subject: Reply to: Formating the Input file Posted: Mon Feb 20, 2017 2:41 pm (GMT 5.5) Thanks a lot for the quick response.
View ArticleDB2 :: RE: ERM-Diagram of SysIBM-Catalog-Tables
Author: Auryn Subject: Thanx a lot Posted: Mon Feb 20, 2017 3:38 pm (GMT 5.5) Hi Enrico-Sorichetti, thank you so much for your very very helpful reply. Good you know so well what I really really need...
View ArticleMainframe Interview Questions :: RE: How to run a job from COBOL
Author: supreethi.srid Subject: Reply to: How to run a job from COBOL Posted: Mon Feb 20, 2017 5:46 pm (GMT 5.5) I am trying to execute a TSO command from IMS online by invoking transaction from the...
View ArticleMainframe Interview Questions :: RE: How to run a job from COBOL
Author: steve-myers Posted: Mon Feb 20, 2017 6:10 pm (GMT 5.5) Running the TSO SUBMIT command from a Cobol program is more complex than it has to be. In z/OS, the system provides a capability called an...
View Article