CICS :: RE: INVOKE WEBSERVICE error
Author: danik56 Subject: EIBRESP2 = 3 Posted: Thu Mar 09, 2017 9:50 pm (GMT 5.5) The EIBRESP2 value is 3 This means: The OPERATION specified was not in the Web service binding file. What is the binding...
View ArticleCOBOL Programming :: RE: SORT requirement
Author: sjiraga Subject: Reply to: SORT requirement Posted: Thu Mar 09, 2017 9:59 pm (GMT 5.5) Mr Prino and Robert thanks for suggesations. I do not know what I did big mistakes. Please use proper...
View ArticleCOBOL Programming :: RE: SORT requirement
Author: Terry Heinze Posted: Thu Mar 09, 2017 10:02 pm (GMT 5.5)Quote:I need answer in SORT Why post in the COBOL forum then?_________________.... Terry
View ArticleDFSORT/ICETOOL :: FINDREP Syntax Error
Author: seahawk789 Subject: FINDREP Syntax Error Posted: Thu Mar 09, 2017 10:11 pm (GMT 5.5) Hi Team, I am facing an issue with FINDREP while trying to replace a text with number. I have two texts in...
View ArticleCOBOL Programming :: RE: SORT requirement
Author: prino Subject: Re: Reply to: SORT requirement Posted: Thu Mar 09, 2017 10:12 pm (GMT 5.5)sjiraga wrote:Mr Prino and Robert thanks for suggesations. I do not know what I did big mistakes. Please...
View ArticleDFSORT/ICETOOL :: RE: FINDREP Syntax Error
Author: Arun Raj Posted: Thu Mar 09, 2017 10:34 pm (GMT 5.5) How about using INREC IFTHEN to OVERLAY current date/time based on input position, instead of FINDREP. FINDREP is used to find and replace...
View ArticleCOBOL Programming :: RE: SORT requirement
Author: enrico-sorichetti Subject: Reply to: SORT requirement Posted: Thu Mar 09, 2017 10:42 pm (GMT 5.5) according to the business conduct guidelines it is improper for an IBM employee to ask for help...
View ArticleCICS :: RE: INVOKE WEBSERVICE error
Author: Robert Sample Subject: Reply to: INVOKE WEBSERVICE error Posted: Thu Mar 09, 2017 10:46 pm (GMT 5.5) Have you gone through Creating a SOAP web service and verified that each and every step...
View ArticleCLIST & REXX :: RE: Browsing member from any PDS
Author: Pedro Subject: Reply to: Browsing member from any PDS Posted: Thu Mar 09, 2017 11:02 pm (GMT 5.5) In this instance, I object to the use of 'ZOOM' as a command name, where it is different than...
View ArticleCLIST & REXX :: RE: REXX cdoe to purge a JOB from spool after successful Run.
Author: Pedro Subject: Reply to: REXX cdoe to purge a JOB from spool after successful Run. Posted: Thu Mar 09, 2017 11:09 pm (GMT 5.5) My site has a program called JOBPURGR (sorry, source is not...
View ArticleCLIST & REXX :: RE: Browsing member from any PDS
Author: daveporcelan Posted: Thu Mar 09, 2017 11:14 pm (GMT 5.5) I only used ZOOM as the name of the Rexx because that is what the OP mentioned in their post.
View ArticleDFSORT/ICETOOL :: RE: FINDREP Syntax Error
Author: seahawk789 Posted: Thu Mar 09, 2017 11:15 pm (GMT 5.5)Arun Raj wrote:How about using INREC IFTHEN to OVERLAY current date/time based on input position, instead of FINDREP. FINDREP is used to...
View ArticleCICS :: RE: INVOKE WEBSERVICE error
Author: danik56 Subject: DOC Posted: Thu Mar 09, 2017 11:42 pm (GMT 5.5) I can do whatever I want on the test LPAR. I followed the doc for deploying the catalog sample app and performed every step....
View ArticleDFSORT/ICETOOL :: RE: FINDREP Syntax Error
Author: Arun Raj Posted: Fri Mar 10, 2017 12:06 am (GMT 5.5) Well then you can use dynamic system symbols in your SYMNAMES and use those symbols in your FINDREP. Something like this:Code://STEP01...
View ArticleCICS :: RE: INVOKE WEBSERVICE error
Author: Robert Sample Posted: Fri Mar 10, 2017 12:31 am (GMT 5.5) The manual is Configuring and the heading is Creating the web services infrastructure and the section is Configuring your CICS system...
View ArticleDFSORT/ICETOOL :: RE: FINDREP Syntax Error
Author: seahawk789 Posted: Fri Mar 10, 2017 12:37 am (GMT 5.5)Arun Raj wrote:Well then you can use dynamic system symbols in your SYMNAMES and use those symbols in your FINDREP. Something like...
View ArticleCICS :: RE: INVOKE WEBSERVICE error
Author: danik56 Posted: Fri Mar 10, 2017 3:04 am (GMT 5.5) I simply followed the instructions...
View ArticleCICS :: RE: INVOKE WEBSERVICE error
Author: Robert Sample Posted: Fri Mar 10, 2017 3:55 am (GMT 5.5) For CICS 4.1, I found:Quote:Configuring your CICS system for Web services Before you can use Web services, your CICS® system must be...
View ArticleCICS :: RE: INVOKE WEBSERVICE error
Author: Robert Sample Posted: Fri Mar 10, 2017 3:58 am (GMT 5.5) I found this in the CICS 5.2 manuals:Quote:Before you can plan to use SOAP web services in CICS®, you need to consider these questions...
View ArticleCOBOL Programming :: RE: COBOL Version 6.1
Author: Abid Hasan Posted: Fri Mar 10, 2017 10:58 am (GMT 5.5) Adding on to Gnanas's question on why the new constructs, I remember a discussion on Compiler Café (at IBM DeveloperWorks) on these lines...
View Article