COBOL Programming :: RE: Wildcard logic in COBOL
Author: sergeyken Posted: Wed Sep 07, 2016 2:09 am (GMT 5.5) A typo in previous post (cannot edit... ) Instead of Code:Do While String /= '' Should beCode:Do While StrMask /= ''...
View ArticleCOBOL Programming :: RE: Wildcard logic in COBOL
Author: enrico-sorichetti Subject: Reply to: Wildcard logic in COBOL Posted: Wed Sep 07, 2016 2:24 am (GMT 5.5) topic cleaned up of unsuitable solutions ...a COBOL solution was requested. for those who...
View ArticleCICS :: cics & real time monitoring
Author: icehat Subject: cics & real time monitoring Posted: Wed Sep 07, 2016 2:29 am (GMT 5.5) Hi, where can i start if I want to write a "self-made monitoring tool" to trace CICS transaction at...
View ArticleCICS :: RE: cics & real time monitoring
Author: Bill Woodger Subject: Reply to: cics & real time monitoring Posted: Wed Sep 07, 2016 4:23 am (GMT 5.5) If you don't know where to start, I don't think you'll get anywhere. Your...
View ArticleCICS :: RE: Get system time in micro second or clock uint.
Author: steve-myers Subject: Re: Reply to: Get system time in micro second or clock uint. Posted: Wed Sep 07, 2016 6:35 am (GMT 5.5)Bill O'Boyle wrote:Take a look at the TIME Macro (LINKAGE=SYSTEM)...
View ArticleCICS :: RE: cics & real time monitoring
Author: Robert Sample Posted: Wed Sep 07, 2016 7:48 am (GMT 5.5)Quote:where can i start if I want to write a "self-made monitoring tool" to trace CICS transaction at the maximum level of detail?What do...
View ArticleCICS :: RE: Get system time in micro second or clock uint.
Author: Robert Sample Posted: Wed Sep 07, 2016 8:23 am (GMT 5.5) Since the value represents the number of microseconds since January 1, 1900 the value is actually Code:Â 15,082,279,727,200,628,736 and...
View ArticleCICS :: RE: Get system time in micro second or clock uint.
Author: steve-myers Posted: Wed Sep 07, 2016 9:19 am (GMT 5.5) No, it doesn't work that way. There are two issues.Going back to my raw TOD clock, those 3 low order hexadecimal 0s represent bits 52...
View ArticleCICS :: RE: cics & real time monitoring
Author: icehat Posted: Wed Sep 07, 2016 3:05 pm (GMT 5.5) Hi and thank you for your answers. At the moment i don't know ansembler(i know c/c++, java) and my knowledges of Cics/Zos Control Blocks are...
View ArticleCICS :: RE: Get system time in micro second or clock uint.
Author: steve-myers Subject: Re: Reply to: Get system time in micro second or clock uint. Posted: Wed Sep 07, 2016 7:02 pm (GMT 5.5)Bill O'Boyle wrote:Take a look at the TIME Macro (LINKAGE=SYSTEM)...
View ArticleCICS :: RE: Get system time in micro second or clock uint.
Author: Robert Sample Posted: Wed Sep 07, 2016 7:35 pm (GMT 5.5) 2-s complement arithmetic has no bearing on the TOD clock. OA48941 shows this, saying in part:Quote:In the reported problem, iconv()...
View ArticleCLIST & REXX :: Reasonable way of checking wildcards using REXX
Author: sergeyken Subject: Reasonable way of checking wildcards using REXX Posted: Wed Sep 07, 2016 8:43 pm (GMT 5.5) My post has been deleted from wrong forum by moderators. Here is slightly updated...
View ArticleCICS :: RE: Get system time in micro second or clock uint.
Author: Rohit Umarjikar Posted: Wed Sep 07, 2016 9:15 pm (GMT 5.5)TIME Macro usage in Assembler and/or Get current timestamp without using SQL query, If this helps unlocking the thread which is more...
View ArticleDFSORT/ICETOOL :: Using 'parm' to vary SORTOUT record values ?
Author: Sysaron Subject: Using 'parm' to vary SORTOUT record values ? Posted: Wed Sep 07, 2016 9:24 pm (GMT 5.5) Could anyone please help me setup ICEMAN or DFSORT to change a value in a column based...
View ArticleCICS :: RE: cics & real time monitoring
Author: Rohit Umarjikar Posted: Wed Sep 07, 2016 9:30 pm (GMT 5.5) Think of these potential risks(Very few hit my mind)/many more are 1. May contains bugs and may be a lot 2. Who will be doing the...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: Rohit Umarjikar Posted: Wed Sep 07, 2016 9:38 pm (GMT 5.5) You have been here for 11 years and don't know how to make use of code tags? I have done it and see now how easy for everyone it is to...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: Sysaron Posted: Wed Sep 07, 2016 10:05 pm (GMT 5.5) Yes, you are right Rohit.Code:Next time I will do that
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: Rohit Umarjikar Posted: Wed Sep 07, 2016 10:10 pm (GMT 5.5) If 'KKK' is in the parm then you wanted '333' at the final SORTOUT and input dataset already have 'QQQ' in it ,right then why do you...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: magesh23586 Subject: Reply to: Using 'parm' to vary SORTOUT record values ? Posted: Wed Sep 07, 2016 10:14 pm (GMT 5.5)Sysaron Your parm doesn't have any 333 value. How did you get the output...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: Sysaron Posted: Wed Sep 07, 2016 10:22 pm (GMT 5.5) Hi Magesh, The parm with KKK is used for many many other jobs, so it needs to stay KKK. But if it is used with this DFSORT (that I am trying...
View Article