CICS :: 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 ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: sergeyken Posted: Wed Sep 07, 2016 10:34 pm (GMT 5.5) 1. This codeCode:SORT FIELDS=COPY INREC IFTHEN=(WHEN=(8,3,CH,EQ,C'KKK')), OUTREC OVERLAY=(WHEN=(47,3,EQ,C'QQQ')),...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: Rohit Umarjikar Posted: Wed Sep 07, 2016 10:41 pm (GMT 5.5) Right, JP2 should be '333' and there is not need of JP3._________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: Sysaron Posted: Wed Sep 07, 2016 10:48 pm (GMT 5.5) Yes, they are senseless. But I believe I can do something with what you suggested. I just have to figure a way to put that 'parm=' coding...
View ArticleDFSORT/ICETOOL :: Change date (DD/MM/YY) in 2nd record of a file using DFSORT
Author: uday kiran Subject: Change date (DD/MM/YY) in 2nd record of a file using DFSORT Posted: Wed Sep 07, 2016 10:57 pm (GMT 5.5) Hi All, I have 20 report files (133 LRECL, RECFM=FBA). As an example...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: Sysaron Posted: Wed Sep 07, 2016 11:04 pm (GMT 5.5) I guess the best way to explain is that JP1 and JP3 are variable with every job run.
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: Rohit Umarjikar Posted: Wed Sep 07, 2016 11:05 pm (GMT 5.5) What have you tried so far ? I am sure you did not do research and just looking for readymade solution. look here is the latest topic...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: mistah kurtz Posted: Wed Sep 07, 2016 11:08 pm (GMT 5.5)Quote:I just have to figure a way to put that 'parm=' coding into a dataset You can use SYMNAMES for that. Check this link.
View Article