IBM Tools :: File Aid to File Manager conversion
Author: murali3955 Subject: File Aid to File Manager conversion Posted: Thu Nov 24, 2016 3:41 pm (GMT 5.5) Hi, At our site File Aid has been retired and we are using File Manager now. Team had already...
View ArticleCICS :: RE: DFHWS2LS return value
Author: divated Subject: Reply to: DFHWS2LS return value Posted: Thu Nov 24, 2016 5:18 pm (GMT 5.5) Posting with detailed clarification. source system (wsdl) layout salary decimal 14 rate decimal 14...
View ArticleCICS :: RE: CICS Roll back partially - Need to retain log file
Author: dwijadas Posted: Thu Nov 24, 2016 5:18 pm (GMT 5.5) Well .. Thanks but I need idea. The CICS program is initiated by a MQ trigger. Multiple file is needed to update. As part of the process once...
View ArticleCICS :: Invoke Webservice Fails with DFHPI1009 error
Author: divated Subject: Invoke Webservice Fails with DFHPI1009 error Posted: Thu Nov 24, 2016 5:57 pm (GMT 5.5) I am posting this message again as previously i have posted in jcl forum. Question: How...
View ArticleCICS :: RE: CICS Roll back partially - Need to retain log file
Author: Robert Sample Posted: Thu Nov 24, 2016 8:13 pm (GMT 5.5) Have you talked to your site CICS support group? If not, start there and see what they say. The CICS manual description of SYNCPOINT...
View ArticleCICS :: RE: Invoke Webservice Fails with DFHPI1009 error
Author: Robert Sample Posted: Thu Nov 24, 2016 8:28 pm (GMT 5.5) First, posting in multiple area does NOT get you better or faster responses -- the same people who respond on CICS also read the JCL...
View ArticleIMS DB/DC :: RE: IMS BMP program causes 878 system abend
Author: dbzTHEdinosauer Posted: Thu Nov 24, 2016 9:27 pm (GMT 5.5) if it is an old application - written with old cobol - you may have to compile a bunch to 32bit to get them to load above the line. if...
View ArticleCICS :: RE: CICS Roll back partially - Need to retain log file
Author: dbzTHEdinosauer Posted: Thu Nov 24, 2016 9:47 pm (GMT 5.5) since you (should) know how the system operates, application is responsible for appropriate application messaging, which this...
View ArticleCICS :: RE: DFHWS2LS return value
Author: Nic Clouston Posted: Fri Nov 25, 2016 3:14 am (GMT 5.5) Please use the code tags when posting stuff from your screen. Still do not know what you are talking about but it would appear not to JCL...
View ArticleIBM Tools :: RE: File Aid to File Manager conversion
Author: Nic Clouston Posted: Fri Nov 25, 2016 3:21 am (GMT 5.5) If that is Rexx code then remove the ',' that is after the first ')' and see if that helps. Does File Manager support '\' as NOT? Use the...
View ArticleCICS :: RE: Invoke Webservice Fails with DFHPI1009 error
Author: dbzTHEdinosauer Posted: Fri Nov 25, 2016 4:06 am (GMT 5.5) If an XML decimal constraining facet of type fractionDigits is supplied then the DEFAULT-FRACTION-DIGITS value is not used. have you...
View ArticleCOBOL Programming :: How to find the first monday of the week.
Author: abdulrafi Subject: How to find the first monday of the week. Posted: Fri Nov 25, 2016 3:24 pm (GMT 5.5) Hi, I have to find out the first Monday of a particular week given. For instance if the...
View ArticleCA Products :: IDEAL - Code Retrieval
Author: yugendran Subject: IDEAL - Code Retrieval Posted: Fri Nov 25, 2016 3:27 pm (GMT 5.5) Dear all, I would like to know, is there a utility which will download the IDEAL source code into a PDS. I...
View ArticleCOBOL Programming :: RE: How to find the first monday of the week.
Author: Akatsukami Posted: Fri Nov 25, 2016 6:08 pm (GMT 5.5) There is only one Monday in a week As for what that day is, get Sunday from (week-1)*7, then add 1 to get Monday._________________Data is...
View ArticleCOBOL Programming :: RE: How to find the first monday of the week.
Author: Terry Heinze Posted: Fri Nov 25, 2016 8:08 pm (GMT 5.5)Quote:There is only one Monday in a week Sometimes it feels like there are more than one. _________________.... Terry
View ArticleCOBOL Programming :: RE: How to find the first monday of the week.
Author: Robert Sample Posted: Fri Nov 25, 2016 9:54 pm (GMT 5.5) COBOL does not have great date processing functions, so there is no routine to do what you want. You will need to write one yourself....
View ArticleCOBOL Programming :: RE: How to find the first monday of the week.
Author: enrico-sorichetti Subject: Reply to: How to find the first monday of the week. Posted: Fri Nov 25, 2016 10:11 pm (GMT 5.5) the only thing that the TS should have told is if they use the ISO...
View ArticleIBM Tools :: RE: File Aid to File Manager conversion
Author: bam390 Subject: suggestion - Rexx Posted: Sat Nov 26, 2016 5:29 pm (GMT 5.5) One suggestion - If you already know plain Rexx under TSO, You might want to consider converting the File Aid jobs...
View ArticleIBM Tools :: RE: File Aid to File Manager conversion
Author: bam390 Subject: suggestion - DFSORT and SORT Tool Posted: Sat Nov 26, 2016 5:41 pm (GMT 5.5) Look into the capabilities of DFSORT by googling "Sort Tricks". Sort Tricks:_________________bam
View ArticleIBM Tools :: RE: File Aid to File Manager conversion
Author: Robert Sample Posted: Sat Nov 26, 2016 8:48 pm (GMT 5.5)Code: IF=(150,EQ,C'B,D,S,M,M1,M2,2Z,P,V,F'), This line of File Aid is comparing the one - or two - bytes starting at 150 against B,...
View Article