DFSORT/ICETOOL :: RE: INCLUDE condition questions
Author: Bill Woodger Subject: Reply to: INCLUDE condition questions Posted: Thu Jun 30, 2016 10:20 am (GMT 5.5) If you want to "splut" the file, yout'll need two OUTFILs. On one, you use INCLUDE=/OMIT=...
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: krish2309 Subject: Reply to: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS) Posted: Thu Jun 30, 2016 3:42 pm (GMT 5.5) Hi All, I am trying convert time into millisecond and subtract from...
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: PeterHolland Posted: Thu Jun 30, 2016 7:16 pm (GMT 5.5) In one day asking the same? Maybe you tell us twice in one day what YOU did?
View ArticleDFSORT/ICETOOL :: Predicting jobs which are about to reach the Sort capacity
Author: kpanchabhai85 Subject: Predicting jobs which are about to reach the Sort capacity Posted: Thu Jun 30, 2016 7:51 pm (GMT 5.5) Hi Everyone , We work in a org where multiple MF applicaitons are...
View ArticleCOBOL Programming :: RE: Need information on COBOL MOVE CORRESPONDING
Author: Terry Heinze Subject: Reply to: Need information on COBOL MOVE CORRESPONDING Posted: Thu Jun 30, 2016 7:52 pm (GMT 5.5) I prefer assigning the delimiter at run time as follows:Code:=COLS>...
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: Robert Sample Posted: Thu Jun 30, 2016 8:10 pm (GMT 5.5) I'm not aware of any CICS API to go from date/time to ABSTIME. However, since the manual tells you that ABSTIME is the number of...
View ArticleDFSORT/ICETOOL :: RE: Predicting jobs which are about to reach the Sort capacity
Author: Robert Sample Posted: Thu Jun 30, 2016 8:28 pm (GMT 5.5) First, you didn't mention if you're using SYNCSORT, DFSORT, CA-SORT or whatever -- suggestions vary somewhat for different sort packages...
View ArticleDFSORT/ICETOOL :: RE: Predicting jobs which are about to reach the Sort capacity
Author: Rohit Umarjikar Posted: Thu Jun 30, 2016 9:05 pm (GMT 5.5) Welcome!! You will have to work this out with System Programmer and may get a better solution and I would suggest you to take a look...
View ArticleDFSORT/ICETOOL :: RE: Predicting jobs which are about to reach the Sort capacity
Author: Bill Woodger Subject: Reply to: Predicting jobs which are about to reach the Sort capacity Posted: Thu Jun 30, 2016 9:25 pm (GMT 5.5) If you are going to be automating things, you really need...
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: Rohit Umarjikar Posted: Thu Jun 30, 2016 9:27 pm (GMT 5.5)FORMATTIME What is your exact requirement?_________________Regards, Rohit Umarjikar"Some things Man was never meant to know. For...
View ArticleDFSORT/ICETOOL :: RE: Predicting jobs which are about to reach the Sort capacity
Author: PeterHolland Posted: Thu Jun 30, 2016 9:29 pm (GMT 5.5) Maybe this could help :http://ibmmainframes.com/about39616.html
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: Robert Sample Posted: Thu Jun 30, 2016 9:32 pm (GMT 5.5) Rohit, FORMATTIME does the exact opposite of what was requested -- it takes an ABSTIME value and converts it to date and time. What was...
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: krish2309 Subject: Reply to: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS) Posted: Thu Jun 30, 2016 9:46 pm (GMT 5.5) Hi All, We will be receiving time & date from different region...
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: Robert Sample Posted: Thu Jun 30, 2016 10:06 pm (GMT 5.5) Why not do it the easy way? EXEC CICS ASKTIME ABSTIME(<abstimevar>) EXEC CICS FORMATTIME ABSTIME(<abstimevar>)...
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: krish2309 Posted: Thu Jun 30, 2016 10:16 pm (GMT 5.5) Hi Robert, Sorry for the confusion. I may not have explained the problem correctly. I only have date and time which receive from another...
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: Rohit Umarjikar Posted: Thu Jun 30, 2016 10:21 pm (GMT 5.5)Quote:This is another example of someone posting how they want to do something rather than just posting the issue. If you had said you...
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: krish2309 Posted: Thu Jun 30, 2016 10:28 pm (GMT 5.5) hi Rohit, I accept and correct myself for Robert's comment. But i feel being hurt by your comment. Hope you understand. I also wants to add...
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: Rohit Umarjikar Posted: Thu Jun 30, 2016 10:43 pm (GMT 5.5) My bad if you take it that way . I am just saying if you could tell the requirement exactly then you would get a quicker and better...
View ArticleCOBOL Programming :: RE: Need information on COBOL MOVE CORRESPONDING
Author: subratarec Posted: Thu Jun 30, 2016 11:35 pm (GMT 5.5) Hi All, I do appreciate for all your help and suggestion. Actually yesterday itself I had to show some sample output. For time being I...
View ArticleCICS :: RE: To get ABSTIME using Date(MMDDYY) and Time (HHMMSS)
Author: Robert Sample Posted: Thu Jun 30, 2016 11:56 pm (GMT 5.5)Quote:I only have date and time which receive from another CICS region which MMDDYY and HH:MM:SS.This may get complicated. Are the other...
View Article