CICS :: RE: System availability in CICS
Author: Rohit Umarjikar Posted: Sun Jun 05, 2016 7:11 pm (GMT 5.5) How more specific do you need ? with those above keywords in bold take a look in the IBM Manuals and then you should get close to the...
View ArticleCLIST & REXX :: RE: 2 same CLIST pgm but with different name working differently
Author: boyti ko Posted: Mon Jun 06, 2016 7:39 am (GMT 5.5) Hi, Thank you for all of your reply. I renamed the VPARM into VPARM1 and tried to run again.Code:COMMAND VPARM NOT FOUND ***...
View ArticleCICS :: RE: START Command in CICS
Author: amitc23 Posted: Mon Jun 06, 2016 5:51 pm (GMT 5.5) thanks for suggestions everyone. I will try these and update.
View ArticleTSO/ISPF :: FTP XML huge files to mainframe
Author: vishwanath001 Subject: FTP XML huge files to mainframe Posted: Mon Jun 06, 2016 8:21 pm (GMT 5.5) We are trying to FTP XML files to Mainframe server.The file size varies up to 15 GB We are...
View ArticleCOBOL Programming :: Inspect statement
Author: spoorni Subject: Inspect statement Posted: Mon Jun 06, 2016 9:53 pm (GMT 5.5) I am trying to use an inspect statement in a cobol program as follows: INSPECT PBRO-BLAZE-REC REPLACING ALL...
View ArticleTSO/ISPF :: RE: FTP XML huge files to mainframe
Author: Robert Sample Posted: Mon Jun 06, 2016 10:08 pm (GMT 5.5) What are you doing on the source machine to ensure that no record is longer than 32760 bytes? You ABSOLUTELY must put record...
View ArticleCOBOL Programming :: RE: Inspect statement
Author: Bill O'Boyle Subject: Reply to: Inspect statement Posted: Mon Jun 06, 2016 10:26 pm (GMT 5.5) Yes, because an S9(02) COMP-3 field could contain X'00' in the first byte. As far as INSPECT is...
View ArticleCOBOL Programming :: RE: Inspect statement
Author: Robert Sample Posted: Mon Jun 06, 2016 10:28 pm (GMT 5.5)Quote:Is there any reason why? If yes, how can this be resolved?If you don't know the internal representation for a COMP-3 variable, you...
View ArticleTSO/ISPF :: RE: FTP XML huge files to mainframe
Author: vishwanath001 Posted: Mon Jun 06, 2016 11:14 pm (GMT 5.5) Thanks Robert for the clear explanation Can you please share the sample code snippet which does the record splitting at the mainframe...
View ArticleTSO/ISPF :: RE: FTP XML huge files to mainframe
Author: Robert Sample Posted: Mon Jun 06, 2016 11:42 pm (GMT 5.5)Quote:Can you please share the sample code snippet which does the record splitting at the mainframe endI don't think you understand yet...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL higher option
Author: Anshul Das Posted: Tue Jun 07, 2016 7:49 am (GMT 5.5) Hello, updating late. Kranthi , your sort card has worked perfectly well. Thanks for help! Initially it was confusing ..but i went through...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL higher option
Author: Bill Woodger Subject: Reply to: ICETOOL higher option Posted: Tue Jun 07, 2016 10:08 am (GMT 5.5) Ansul, Maybe you'd like to post your control cards, just in case?
View ArticleJCL & VSAM :: RE: Using DFDSS for incremental backups
Author: Pete Wilson Posted: Tue Jun 07, 2016 11:57 am (GMT 5.5) What you're being asked to do is much more complicated than you or management realise. You don't say whether you're planning to move to...
View ArticleJCL & VSAM :: RE: Define Alias for multiple Data sets using JCL
Author: Pete Wilson Posted: Tue Jun 07, 2016 12:46 pm (GMT 5.5) It is not clear what type of ALIAS is required. Is it the USERCATALOG alias or a NONVSAM dataset alias? Hopefully it is the usercatalog...
View ArticleJCL & VSAM :: SFTP to primary and secondary servers
Author: mallik4u Subject: SFTP to primary and secondary servers Posted: Tue Jun 07, 2016 12:52 pm (GMT 5.5) hi, We are developing a JCL to transfer a file to some UNIX server. If this transfer fails...
View ArticleJCL & VSAM :: RE: Define Alias for multiple Data sets using JCL
Author: enrico-sorichetti Subject: Reply to: Define Alias for multiple Data sets using JCL Posted: Tue Jun 07, 2016 1:34 pm (GMT 5.5)Quote:It is not clear what type of ALIAS is required. from the first...
View ArticleJCL & VSAM :: RE: SFTP to primary and secondary servers
Author: Nic Clouston Posted: Tue Jun 07, 2016 3:35 pm (GMT 5.5) Don't do it in one job. Each FTP should be in its own job. The second would only be triggered if the first fails. or You could also try...
View ArticleJCL & VSAM :: RE: SFTP to primary and secondary servers
Author: mallik4u Posted: Tue Jun 07, 2016 4:01 pm (GMT 5.5) Thank you Nic for quick reply. I like "You could try telling CA7 that if the last step has a completion code of 000 then the job is...
View ArticleCOBOL Programming :: RE: Inspect statement
Author: Rohit Umarjikar Posted: Tue Jun 07, 2016 7:05 pm (GMT 5.5) Why would you want pipe in comp3 though?_________________Regards, Rohit Umarjikar"Some things Man was never meant to know. For...
View ArticleDFSORT/ICETOOL :: Finding repetead surnames in differents colmuns
Author: blackjack202 Subject: Finding repetead surnames in differents colmuns Posted: Tue Jun 07, 2016 7:42 pm (GMT 5.5) Hi there, I have the following problem. I will try to explain it, the idea is to...
View Article