DFSORT/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...
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 ArticleMainframe Interview Questions :: RE: How to run a job from COBOL
Author: Robert Sample Posted: Mon Feb 20, 2017 6:28 pm (GMT 5.5) supreethi.srid, you replied to a topic TEN AND A HALF YEARS OLD! And your question really has nothing to do with the original topic. You...
View ArticleMainframe Interview Questions :: RE: How to run a job from COBOL
Author: Bill Woodger Subject: Reply to: How to run a job from COBOL Posted: Mon Feb 20, 2017 10:36 pm (GMT 5.5) Please start a completely new question, and be exactly clear about what you are trying to...
View ArticleTSO/ISPF :: Execute TSO ACF commands from COBOL-IMS online
Author: supreethi.srid Subject: Execute TSO ACF commands from COBOL-IMS online Posted: Tue Feb 21, 2017 5:19 pm (GMT 5.5) I am trying to execute a TSO ACF command from COBOL for resetting expired...
View ArticleTSO/ISPF :: ISPF - How to come out of ISPF Panel
Author: parasmalik20 Subject: ISPF - How to come out of ISPF Panel Posted: Tue Feb 21, 2017 7:44 pm (GMT 5.5) Hi All, I have a requirement wherein my REXX is calling a panel1 and by entering a desired...
View ArticleTSO/ISPF :: RE: ISPF - How to come out of ISPF Panel
Author: prino Posted: Tue Feb 21, 2017 10:50 pm (GMT 5.5)Code:=X_________________Robert AH Prins robert.ah.prins @ the.17+Gb.Google thingyAt last, a tiny bit of programming here...
View ArticleTSO/ISPF :: RE: ISPF - How to come out of ISPF Panel
Author: parasmalik20 Subject: ISPF - How to come out of ISPF Panel Posted: Tue Feb 21, 2017 11:36 pm (GMT 5.5) =X doesn't work through REXX. Please let me know how can we specify =x, when ISPF is...
View Article