DFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: uday kiran Posted: Thu Sep 08, 2016 9:03 pm (GMT 5.5) Rohit, Thank You. I coded based on your hints. Input file: 80 bytes 1st record 10th byte - MEDICARE REPORT 2nd record 1st byte - PART A 2nd...
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: Arun Raj Posted: Thu Sep 08, 2016 11:10 pm (GMT 5.5) Uday, Did your requirement just change from - subtracting a day from a date value in the input file TO just finding "current system date -...
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: Rohit Umarjikar Posted: Fri Sep 09, 2016 1:49 am (GMT 5.5) I guess, it was a coincidence that TS posted the current date as an example Quote:As an example they all have header as shown below,...
View ArticleCLIST & REXX :: DIalog under CMS (z/VM)
Author: jpsager Subject: DIalog under CMS (z/VM) Posted: Fri Sep 09, 2016 4:46 pm (GMT 5.5) I @all so I'm back to the good old z/VM CMS and VSE after 25 years z/OS. I try to write a REXX Dialog on CMS...
View ArticleTSO/ISPF :: How to show message using batch jobs
Author: madprasy Subject: How to show message using batch jobs Posted: Fri Sep 09, 2016 6:55 pm (GMT 5.5) I would like to display a pop up message in TSO ISPF whenever some critical steps gets...
View ArticleTSO/ISPF :: RE: How to show message using batch jobs
Author: Terry Heinze Posted: Fri Sep 09, 2016 7:11 pm (GMT 5.5) Incorporate the following step in your JCL and execute it based on a return code from a previous step:Code://SENDÂ Â EXEC PGM=IKJEFT01...
View ArticleTSO/ISPF :: RE: How to show message using batch jobs
Author: daveporcelan Posted: Fri Sep 09, 2016 7:16 pm (GMT 5.5) IMHO, these messages, are very annoying. Often they get missed, because if you are in the middle of typing, they flash across your...
View ArticleTSO/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 Article