JCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: steve-myers Posted: Sun Jul 31, 2016 5:44 am (GMT 5.5)Susanta wrote:now i understand ..a specific step can produce non zero return code only if it executes idcams/cobol/proc .. is this...
View ArticleCOBOL Programming :: How to get the program name of calling module in called...
Author: pkmurali Subject: How to get the program name of calling module in called prog Posted: Mon Aug 01, 2016 3:36 am (GMT 5.5) Hi All, I have a subroutine program(called module) program B static...
View ArticleCOBOL Programming :: RE: How to get the program name of calling module in...
Author: Robert Sample Posted: Mon Aug 01, 2016 4:59 am (GMT 5.5) There has been a SHARE requirement to access this information in Enterprise COBOL for a number of years, so yours is not the first...
View ArticleCOBOL Programming :: RE: How to get the program name of calling module in...
Author: steve-myers Posted: Mon Aug 01, 2016 5:30 am (GMT 5.5) I can't think of a way to do this. You can try this.Get a load module map of the module using JCL like this - Code://AÂ Â Â Â EXEC...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: Phrzby Phil Posted: Mon Aug 01, 2016 6:32 am (GMT 5.5) The reason RC's are 0, 4, 8, ..., is because a Branch assembler language command occupies 4 bytes. The Branch commands for each condition...
View ArticleCOBOL Programming :: RE: How to get the program name of calling module in...
Author: Akatsukami Posted: Mon Aug 01, 2016 6:53 am (GMT 5.5) You'll have to chase control blocks for it. I wrote a callable module that did this for my last client, butI'm not at that client any more...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: steve-myers Posted: Mon Aug 01, 2016 7:12 am (GMT 5.5)Phrzby Phil wrote:The reason RC's are 0, 4, 8, ..., is because a Branch assembler language command occupies 4 bytes. The Branch commands...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: Robert Sample Posted: Mon Aug 01, 2016 8:58 am (GMT 5.5) Susanta, I think you have a very simplified view of what can be a very complicated topic. The SMF manual discusses some of this in the...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: PeterHolland Posted: Mon Aug 01, 2016 12:22 pm (GMT 5.5)Quote: In practice, rarely used, for several reasons. Concern that the actual RC was not a multiple of 4. Concern the actual RC was...
View ArticleDB2 :: RE: Need help on a SQL query
Author: GuyC Posted: Mon Aug 01, 2016 3:30 pm (GMT 5.5) cust 123 is connected to active company AL, so why should it be in the expected result ?_________________Select * from users where clue >...
View ArticleCOBOL Programming :: RE: Converting EBCDIC to Unicode (TimeStamp)
Author: GuyC Posted: Mon Aug 01, 2016 3:35 pm (GMT 5.5) db2 should take care of it by itself. it will recognize that the host-variable is EBCDIC and that the table is unicode (it it is?) and take care...
View ArticleDB2 :: RE: Need help on a SQL query
Author: Pandora-Box Posted: Mon Aug 01, 2016 5:16 pm (GMT 5.5) Why not join A and B and get the desired result ?_________________To understand recursion, You must understand recursion Pandora
View ArticleCOBOL Programming :: RE: How to get the program name of calling module in...
Author: Bill Woodger Subject: Reply to: How to get the program name of calling module in called prog Posted: Mon Aug 01, 2016 5:22 pm (GMT 5.5) It's been discussed before. Here, and the links within....
View ArticleCICS :: RE: How to run and see the result of DFH$PCEX EXIT program?
Author: enrico-sorichetti Subject: Reply to: How to run and see the result of DFH$PCEX EXIT program? Posted: Mon Aug 01, 2016 6:14 pm (GMT 5.5) topic locked... a duplicate has been posted to the...
View ArticleCOBOL Programming :: RE: How to get the program name of calling module in...
Author: Rohit Umarjikar Posted: Mon Aug 01, 2016 8:59 pm (GMT 5.5) What you want is this, CEEBINT High-Level Language User Exit Interface but I guess you need modifications?_________________Regards,...
View ArticleCOBOL Programming :: RE: How to get the program name of calling module in...
Author: Rohit Umarjikar Posted: Mon Aug 01, 2016 9:39 pm (GMT 5.5) This is what I found on internet, Retrieve Call Stack (QWVRCSTK) API.Code:PROCESS NOMONOPRC. * To compile: * CRTCBLMOD CALLSTACK *...
View ArticleCOBOL Programming :: RE: How to get the program name of calling module in...
Author: Bill Woodger Subject: Reply to: How to get the program name of calling module in called prog Posted: Mon Aug 01, 2016 10:13 pm (GMT 5.5) Rohit, That program is for iSeries again. The CEEBINT is...
View ArticleCOBOL Programming :: Any body aware of CAP-COBOL language?
Author: Sachin Raghuwanshi Subject: Any body aware of CAP-COBOL language? Posted: Tue Aug 02, 2016 9:34 am (GMT 5.5) Hello folks, I am working as a developer for a bank which functions on Mainframe. I...
View ArticleCOBOL Programming :: RE: Any body aware of CAP-COBOL language?
Author: Bill Woodger Subject: Reply to: Any body aware of CAP-COBOL language? Posted: Tue Aug 02, 2016 11:31 am (GMT 5.5)This and search-engineing is probably about the extent of knowledge here....
View ArticleCOBOL Programming :: RE: Any body aware of CAP-COBOL language?
Author: Rohit Umarjikar Posted: Tue Aug 02, 2016 8:35 pm (GMT 5.5) Look for Netron cap cobol._________________Regards, Rohit Umarjikar"Some things Man was never meant to know. For everything else,...
View Article