TSO/ISPF :: RE: How to show message using batch jobs
Author: steve-myers Subject: Re: How to show message using batch jobs Posted: Fri Sep 09, 2016 7:19 pm (GMT 5.5)madprasy wrote:I would like to display a pop up message in TSO ISPF whenever some...
View ArticleCLIST & REXX :: RE: DIalog under CMS (z/VM)
Author: enrico-sorichetti Subject: Reply to: DIalog under CMS (z/VM) Posted: Fri Sep 09, 2016 7:32 pm (GMT 5.5) IIRC ISPF should be available under zVM, ask your support_________________cheers enrico...
View ArticleTSO/ISPF :: RE: SCRNAME not working on my mainframe?
Author: haronrasheed Subject: Reply to: SCRNAME not working on my mainframe? Posted: Fri Sep 09, 2016 7:59 pm (GMT 5.5) This can happens when AUTOEXEC in user's profile is updated. When not properly...
View ArticleCLIST & REXX :: RE: Reasonable way of checking wildcards using REXX
Author: sergeyken Subject: Adding wildcard analyzer for DSNAME Posted: Fri Sep 09, 2016 9:43 pm (GMT 5.5) Three types of wildcard handler: 1) If $WildDSN(...) - to verify specific zOS DSNAME syntax...
View ArticleTSO/ISPF :: RE: How to show message using batch jobs
Author: Pedro Subject: Reply to: How to show message using batch jobs Posted: Sat Sep 10, 2016 4:33 am (GMT 5.5) I agree with Dave about the messages getting annoying and that you ignore them after...
View ArticleTSO/ISPF :: RE: SCRNAME not working on my mainframe?
Author: Pedro Subject: Reply to: SCRNAME not working on my mainframe? Posted: Sat Sep 10, 2016 4:45 am (GMT 5.5) It is not clear what conflicts you mean... But please see my Sept 1st post...
View ArticleTSO/ISPF :: RE: How to show message using batch jobs
Author: Willy Jensen Posted: Sat Sep 10, 2016 5:53 pm (GMT 5.5) I also would also have suggested SDSF DA. Especially if you have the possibility of having a separate session, so that you can use the...
View ArticleDB2 :: COBOL DB2 - CALL statement - high CPU consumption
Author: TS70363 Subject: COBOL DB2 - CALL statement - high CPU consumption Posted: Sun Sep 11, 2016 6:07 am (GMT 5.5) Hi.. Thru my Cobol application program, I am calling a native stored procedure...
View ArticleDB2 :: RE: COBOL DB2 - CALL statement - high CPU consumption
Author: Robert Sample Posted: Sun Sep 11, 2016 8:02 am (GMT 5.5)Quote:The stored procedure CALL statement is consuming a very high CPU.This is pretty much a meaningless statement. Quantify things when...
View ArticleMainframe Jobs :: Cards mainframe developer requirement at Capgemini
Author: capricorn Subject: Cards mainframe developer requirement at Capgemini Posted: Sun Sep 11, 2016 9:57 am (GMT 5.5) Cards mainframe developer requirement at Capgemini at multiple locations. Please...
View ArticleDB2 :: RE: COBOL DB2 - CALL statement - high CPU consumption
Author: TS70363 Posted: Sun Sep 11, 2016 4:04 pm (GMT 5.5) Hi, Records read: 100000 Records processed: 100000 CPU for the batch: 7.9 min Number of COBOL DB2 modules involved in dynamic calling - 25+...
View ArticleDB2 :: RE: COBOL DB2 - CALL statement - high CPU consumption
Author: Rohit Umarjikar Posted: Sun Sep 11, 2016 6:41 pm (GMT 5.5) Why do you have native SP so called through batch? Why do you not convert it to a batch sub module? Do you know they have different...
View ArticleDB2 :: RE: COBOL DB2 - CALL statement - high CPU consumption
Author: TS70363 Posted: Sun Sep 11, 2016 7:18 pm (GMT 5.5)Quote:Why do you have native SP so called through batch? This has been the design since years as this module will be used by Batch and...
View ArticleDB2 :: RE: COBOL DB2 - CALL statement - high CPU consumption
Author: Rohit Umarjikar Posted: Sun Sep 11, 2016 8:49 pm (GMT 5.5)Quote:This has been the design since years as this module will be used by Batch and Online.that doesn't mean it is right thing to do...
View ArticleDB2 :: RE: COBOL DB2 - CALL statement - high CPU consumption
Author: TS70363 Posted: Sun Sep 11, 2016 9:27 pm (GMT 5.5) Hi Rohit, I understand your point. Quote:Why do you not convert it to a batch sub module? I am ready to make a change. Please confirm - you...
View ArticleDB2 :: RE: COBOL DB2 - CALL statement - high CPU consumption
Author: Robert Sample Posted: Sun Sep 11, 2016 10:19 pm (GMT 5.5)Quote:Is poor performance of CALL statement due to the call being thru the host variable prefixed with qualifier? Is poor performance...
View ArticleCOBOL Programming :: Replace function
Author: abdulrafi Subject: Replace function Posted: Mon Sep 12, 2016 10:12 am (GMT 5.5) Hi, I have a variable as below,Code:01 WS-VAR PIC X(21) VALUE '"PAIN PROTECT""ONLY""'. I am using the below...
View ArticleCOBOL Programming :: RE: Replace function
Author: abdulrafi Posted: Mon Sep 12, 2016 10:19 am (GMT 5.5) The problem arouse when I inputted a CSV file to mainframe. csv file input: PAIN PROTECT "ONLY" when ftp'd to mainframe it became: "PAIN...
View ArticleCOBOL Programming :: RE: Replace function
Author: Bill Woodger Subject: Reply to: Replace function Posted: Mon Sep 12, 2016 11:21 am (GMT 5.5) In a CSV quotes are used to "protect" data which contains values which otherwise would confuse the...
View ArticleDB2 :: RE: COBOL DB2 - CALL statement - high CPU consumption
Author: Rohit Umarjikar Posted: Mon Sep 12, 2016 11:24 am (GMT 5.5) You don't have to make the change for 12 becaue you can find one SP which you think is a candiDate for poor performance so save the...
View Article