Compuware & Other Tools :: RE: Delete record or Reset RC code using File Aid.
Author: Nic Clouston Posted: Thu Jul 28, 2016 8:12 pm (GMT 5.5) If you are doing more than described and file aid provides that facility then do your file aid stuff but choose batch instead of online...
View ArticleTSO/ISPF :: RE: FTOPEN TEMP is failing due to dataset is OPEN
Author: Pedro Subject: Reply to: FTOPEN TEMP is failing due to dataset is OPEN Posted: Thu Jul 28, 2016 9:24 pm (GMT 5.5) Logoff then logon again. Show us the traces of both the first time you run it...
View ArticleTSO/ISPF :: RE: FTOPEN TEMP is failing due to dataset is OPEN
Author: Pedro Subject: Reply to: FTOPEN TEMP is failing due to dataset is OPEN Posted: Thu Jul 28, 2016 9:36 pm (GMT 5.5) Also, issue TSO PROFILE MSGID before running the exec. You did not show us the...
View ArticleCLIST & REXX :: RE: Need a help how to replace a string in REXX based on cnditio
Author: gurunath82 Posted: Fri Jul 29, 2016 10:21 am (GMT 5.5) Thanks All. I got this. Thanks Rohit, i also got same thought in my mind and i implemented this on Wednesday. In Rexx Manuals, i found sub...
View ArticleCLIST & REXX :: RE: Need a help how to replace a string in REXX based on cnditio
Author: Rohit Umarjikar Posted: Fri Jul 29, 2016 10:48 am (GMT 5.5) very good. let us know if you face any more issues also see how trace works so as to debug yourself._________________Regards, Rohit...
View ArticleCICS :: RE: CICS and Webservices
Author: cmsmoon Subject: Re: CICS and Webservices Posted: Fri Jul 29, 2016 1:06 pm (GMT 5.5)csgwynn wrote:I have a CICS program that interfaces with webservices. For some reason when I check a field...
View ArticleCICS :: RE: EXEC CICS INVOKE WEB SERVICE
Author: cmsmoon Subject: Re: EXEC CICS INVOKE WEB SERVICE Posted: Fri Jul 29, 2016 1:12 pm (GMT 5.5)boo_sri wrote:Hi - I am consuming web services from the external Vendor and i am using the below...
View ArticleTSO/ISPF :: RE: FTOPEN TEMP is failing due to dataset is OPEN
Author: mbenaud Posted: Fri Jul 29, 2016 3:59 pm (GMT 5.5) We have tried logging on and off, and Both MBENTLE and RGILMOU are doing the same jobs and it works once then not the secon time I will get...
View ArticleCICS :: RE: CICS and Webservices
Author: Rohit Umarjikar Posted: Fri Jul 29, 2016 4:25 pm (GMT 5.5) Please stop resuming the old topics hence forth and create a new post with your problem statement and you should by now know how to...
View ArticleCICS :: RE: EXEC CICS INVOKE WEB SERVICE
Author: Rohit Umarjikar Posted: Fri Jul 29, 2016 4:28 pm (GMT 5.5)http://ibmmainframes.com/viewtopic.php?p=336281#336281_________________Regards, Rohit Umarjikar"Some things Man was never meant to...
View ArticleCICS :: RE: CICS and Webservices
Author: Robert Sample Posted: Fri Jul 29, 2016 6:32 pm (GMT 5.5)Quote:do you have sample code for calling web service from CICs program. can you please explain what we values we should give the below...
View ArticleJCL & VSAM :: JCL MULTIPLE STEP EXECUTION QUERY
Author: Susanta Subject: JCL MULTIPLE STEP EXECUTION QUERY Posted: Sat Jul 30, 2016 1:17 pm (GMT 5.5) Hi Al regarding below jcl , need to know if second step S1 will get FLUSHED or not in case MY.FILE...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: Willy Jensen Posted: Sat Jul 30, 2016 3:47 pm (GMT 5.5) Why don't you just try it? Anyway, the S1 stop will not get a RC, it will get FLUSHED because of duplicate dataset, causing the rest of...
View ArticleTSO/ISPF :: RE: FTOPEN TEMP is failing due to dataset is OPEN
Author: Willy Jensen Posted: Sat Jul 30, 2016 3:58 pm (GMT 5.5) Your submitted job complains about rename or delete failure, why is the job allocating your temp file? If that job is still in the system...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: steve-myers Posted: Sat Jul 30, 2016 5:45 pm (GMT 5.5) You are laboring under two falsehoods.IEFBR14 always terminates with RC = 0. There is no concept of âno return code.â All programs end...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: Willy Jensen Posted: Sat Jul 30, 2016 6:49 pm (GMT 5.5) Steve-myers, you are definitely wrong here. The reason you get rc 0 in the IEFBR14 is that you have DISP=(MOD,DELETE) in S1, OP had...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: steve-myers Posted: Sat Jul 30, 2016 7:44 pm (GMT 5.5) Of course the OP's JCL will fail if the data set exists. IEFBR14 is never entered because of the JCL error. In case you didn't notice, my...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: Susanta Posted: Sat Jul 30, 2016 8:17 pm (GMT 5.5) Thanks.. ..both Willy/Steve.. now i understand ..a specific step can produce non zero return code only if it executes idcams/cobol/proc .. is...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: Akatsukami Posted: Sun Jul 31, 2016 12:46 am (GMT 5.5) A wide variety of utilities can produce non-zero return codes. To the left, a lot of programs written by developers don't, apparently...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: Susanta Posted: Sun Jul 31, 2016 2:47 am (GMT 5.5) thanks a lot ..it was enlightening._________________Regards
View Article