CICS :: RE: Need to know what sysin for DFHTU690 for CICS elapsed time?
Author: pkmurali Posted: Mon Jul 25, 2016 3:31 pm (GMT 5.5) Hi Bill, As you have mentioned, it would be unsure which program is taking long time to execute in case of my scenario where program-a is...
View ArticleCOBOL Programming :: RE: COBOL compiler upgrade
Author: vicky10001 Posted: Mon Jul 25, 2016 5:08 pm (GMT 5.5) Thanks a lot for the details. Do we have any tool to find-out the application impacts when we migrating to 5.2?
View ArticleJCL & VSAM :: RE: Don't allow CICS to submit batch jobs
Author: expat Posted: Mon Jul 25, 2016 5:32 pm (GMT 5.5) If CICS uses the INTRDR, then that can be controlled via RACF_________________Some people are like Slinkies. They have no real value, but it...
View ArticleJCL & VSAM :: RE: Don't allow CICS to submit batch jobs
Author: steve-myers Posted: Mon Jul 25, 2016 7:42 pm (GMT 5.5)expat wrote:If CICS uses the INTRDR, then that can be controlled via RACF There is a RACF class PROPCNTL, resource xxxx, where xxxx is the...
View ArticleJCL & VSAM :: RE: Don't allow CICS to submit batch jobs
Author: expat Posted: Mon Jul 25, 2016 7:54 pm (GMT 5.5)steve-myers wrote:Outside of TSO, there is no RACF capability to deny use of...
View ArticleJCL & VSAM :: RE: Don't allow CICS to submit batch jobs
Author: steve-myers Posted: Mon Jul 25, 2016 8:28 pm (GMT 5.5) Interesting. I didn't know about JESINPUT/INTRDR. It will need more analysis.
View ArticleCOBOL Programming :: RE: COBOL compiler upgrade
Author: Rohit Umarjikar Posted: Mon Jul 25, 2016 9:15 pm (GMT 5.5) These type of questions should ONLY be asked to IBM Support Team/ Support staff at your shop , instead of a public forum to avoid...
View ArticleJCL & VSAM :: RE: Don't allow CICS to submit batch jobs
Author: Rohit Umarjikar Posted: Mon Jul 25, 2016 9:42 pm (GMT 5.5) Also, Code:Attention: Any CICS user, whether signed on or not, is able to submit jobs that use the SURROGAT userid, if the CICS userid...
View ArticleCOBOL Programming :: Converting EBCDIC to Unicode (TimeStamp)
Author: muralikrishnan_new Subject: Converting EBCDIC to Unicode (TimeStamp) Posted: Mon Jul 25, 2016 10:42 pm (GMT 5.5) Hi, I am Converting a EBCDIC Timestamp value to Unicode Timestamp value to use...
View ArticleCompuware & Other Tools :: Delete record or Reset RC code using File Aid.
Author: mpawan Subject: Delete record or Reset RC code using File Aid. Posted: Tue Jul 26, 2016 3:52 pm (GMT 5.5) I have a requirement to create a JCL with FileAid commands to read a Input file and...
View ArticleCompuware & Other Tools :: RE: Delete record or Reset RC code using File Aid.
Author: Pandora-Box Posted: Tue Jul 26, 2016 4:23 pm (GMT 5.5) What are you trying to achieve here? Could you please elaborate?_________________To understand recursion, You must understand recursion...
View ArticleCompuware & Other Tools :: RE: Delete record or Reset RC code using File Aid.
Author: Robert Sample Posted: Tue Jul 26, 2016 6:19 pm (GMT 5.5) Questions that come to mind upon reading your post: 1. Why do you need to read the data set before deleting the records? 2. What program...
View ArticleCOBOL Programming :: RE: Converting EBCDIC to Unicode (TimeStamp)
Author: Rohit Umarjikar Posted: Tue Jul 26, 2016 8:00 pm (GMT 5.5) Shouldn't it be? Code:CAST(:WS-EBCD-TS TIMESTAMP(6) CCSID UNICODE Ensure there is no truncation...
View ArticleCLIST & REXX :: RE: Need to generate a list of datasets in hourly basis
Author: Rohit Umarjikar Posted: Tue Jul 26, 2016 8:21 pm (GMT 5.5)Using a batch REXX procedure to generate a unique output data set name _________________Regards, Rohit Umarjikar"Some things Man was...
View ArticleCICS :: RE: Need to know what sysin for DFHTU690 for CICS elapsed time?
Author: Rohit Umarjikar Posted: Tue Jul 26, 2016 8:25 pm (GMT 5.5) Talk to CICS admin ask for what you need or explore if you have any tool like OMEGAMON or CA-Insight. or check SQL if its using or not...
View ArticleCompuware & Other Tools :: RE: Delete record or Reset RC code using File Aid.
Author: Rohit Umarjikar Posted: Tue Jul 26, 2016 9:16 pm (GMT 5.5)Quote:I have a requirement to create a JCL with FileAid commands to read a Input file and once read delete the content of the file so...
View ArticleCLIST & REXX :: Need a help how to replace a string in REXX based on cnditio
Author: gurunath82 Subject: Need a help how to replace a string in REXX based on cnditio Posted: Tue Jul 26, 2016 11:43 pm (GMT 5.5) Hi, I am new to REXX . Based on Forums i built a new CLIST panel and...
View ArticleCLIST & REXX :: RE: Need a help how to replace a string in REXX based on cnditio
Author: Pedro Subject: Reply to: Need a help how to replace a string in REXX based on cnditio Posted: Wed Jul 27, 2016 12:52 am (GMT 5.5)Quote:It would be great if any one can reply with code. Good...
View ArticleCLIST & REXX :: RE: Need a help how to replace a string in REXX based on cnditio
Author: Akatsukami Posted: Wed Jul 27, 2016 12:54 am (GMT 5.5) Your post has one major technical error (there is no such thing as a CLIST panel) and one major rules violation (you did not use Code tags...
View ArticleSYNCSORT :: Huge File Split Sort
Author: hsivaramak Subject: Huge File Split Sort Posted: Wed Jul 27, 2016 1:12 am (GMT 5.5) Except MAXSORT option , whats the best way to optimally SORT SPLIT a VERY Huge file with records based on 3...
View Article