DFSORT/ICETOOL :: RE: Group elements using ICETOOL
Author: Learncoholic Posted: Fri Apr 14, 2017 3:32 pm (GMT 5.5) Thanks Bill, it worked. I have pasted by code below for improvement suggestions & references:Code://STEP01 EXEC PGM=ICETOOL...
View ArticleCICS :: CICS Transaction Timeout
Author: Hooman24 Subject: CICS Transaction Timeout Posted: Sun Apr 16, 2017 2:16 pm (GMT 5.5) Hi In our environment we do have a Websphere Messgae Broker acts as an ESB. when a task comes to the Broker...
View ArticleTSO/ISPF :: RE: after TBSARG: Row 370 from 1000
Author: don.leahy Posted: Sun Apr 16, 2017 11:20 pm (GMT 5.5) This has bugged me for years. Perhaps this would be a good candidate for an RFE._________________"Let's work the problem, people. Let's not...
View ArticleCLIST & REXX :: RC 20 for Address ISPEXEC "ISREDIT MACRO"
Author: pkmurali Subject: RC 20 for Address ISPEXEC "ISREDIT MACRO" Posted: Sun Apr 16, 2017 11:30 pm (GMT 5.5) Dear All, I got return code of RC 20 for the below piece of code. Do i need to...
View ArticleCLIST & REXX :: RE: RC 20 for Address ISPEXEC "ISREDIT MACRO"
Author: prino Subject: Re: RC 20 for Address ISPEXEC "ISREDIT MACRO" Posted: Mon Apr 17, 2017 2:49 am (GMT 5.5)pkmurali wrote:Dear All, I got return code of RC 20 for the below piece of code. Do i need...
View ArticleDFSORT/ICETOOL :: Dynamic split of files under groups
Author: sril.krishy Subject: Dynamic split of files under groups Posted: Mon Apr 17, 2017 1:09 pm (GMT 5.5) Hi, Need some help on splitting a huge data set dynamically without losing the groups . Have...
View ArticleCLIST & REXX :: RE: RC 20 for Address ISPEXEC "ISREDIT MACRO"
Author: Willy Jensen Posted: Mon Apr 17, 2017 1:32 pm (GMT 5.5) To be more precise, you are most likely not invoking it as an edit macro._________________WJ
View ArticleDFSORT/ICETOOL :: RE: Dynamic split of files under groups
Author: Rohit Umarjikar Posted: Mon Apr 17, 2017 6:17 pm (GMT 5.5) 12 years here and you still haven't used code tags while representing the data? What is that in the requirement is very difficult that...
View ArticleDFSORT/ICETOOL :: RE: Dynamic split of files under groups
Author: Arun Raj Posted: Mon Apr 17, 2017 8:16 pm (GMT 5.5) sril.krishy, Will you always have two output data sets? Or do you expect a dynamic number of groups as well? Are these values fixed - '12'...
View ArticleDFSORT/ICETOOL :: RE: Dynamic split of files under groups
Author: Rohit Umarjikar Posted: Mon Apr 17, 2017 9:18 pm (GMT 5.5)Quote:If we are to write a COBOL (or any other) program, then why write a sort card, why not do the split itself there dynamically? as...
View ArticleCLIST & REXX :: RE: RC 20 for Address ISPEXEC "ISREDIT MACRO"
Author: Pedro Subject: Reply to: RC 20 for Address ISPEXEC "ISREDIT MACRO" Posted: Mon Apr 17, 2017 9:32 pm (GMT 5.5) Tell us where and how you are invoking it._________________Pedro Vera
View ArticleCA Products :: RE: IDEAL - Code Retrieval
Author: Ricardo Guerra Subject: Reply to: IDEAL - Code Retrieval Posted: Mon Apr 17, 2017 10:46 pm (GMT 5.5) Hi, you need to code a routine in the Ideal Environment in wich the code resides and get the...
View ArticleCICS :: RE: CICS Transaction Timeout
Author: Rohit Umarjikar Posted: Tue Apr 18, 2017 3:32 am (GMT 5.5) Did you check upon TRANSACTION attributes?_________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but...
View ArticleDFSORT/ICETOOL :: RE: Dynamic split of files under groups
Author: Arun Raj Posted: Tue Apr 18, 2017 4:47 am (GMT 5.5)Quote:as at that point you don't know how many data sets to assign in the output, or do we? We don't know that before hand, the program...
View ArticleCICS :: RE: CICS Transaction Timeout
Author: Hooman24 Subject: Reply to: CICS Transaction Timeout Posted: Tue Apr 18, 2017 9:19 am (GMT 5.5) Yes. SPURGE, TPURGE, DTIMEOUT are TRANSACTION attributes. But it never rollback running...
View ArticleCOBOL Programming :: Need help in reading and validating a multiline file
Author: ABINAYATHULASI Subject: Need help in reading and validating a multiline file Posted: Tue Apr 18, 2017 11:42 am (GMT 5.5) I have a file with a single record spanning across multiple lines.There...
View ArticleCOBOL Programming :: RE: Need help in reading and validating a multiline file
Author: enrico-sorichetti Subject: Reply to: Need help in reading and validating a multiline file Posted: Tue Apr 18, 2017 1:19 pm (GMT 5.5)Quote:I have a file with a single record spanning across...
View ArticleCOBOL Programming :: RE: Need help in reading and validating a multiline file
Author: Nic Clouston Posted: Tue Apr 18, 2017 4:10 pm (GMT 5.5) More terminology - it is a 'data set' not 'file'. Is that really one record or is it a group of related records? Perhaps with header(s)...
View ArticleCOBOL Programming :: RE: Need help in reading and validating a multiline file
Author: Abid Hasan Posted: Tue Apr 18, 2017 6:33 pm (GMT 5.5) Hello, Basis what is shared, and if I understand it correctly, the requirement is to read a dataset and test each record for a certain...
View ArticleCOBOL Programming :: RE: Need help in reading and validating a multiline file
Author: enrico-sorichetti Subject: Reply to: Need help in reading and validating a multiline file Posted: Tue Apr 18, 2017 9:02 pm (GMT 5.5)Quote:Define a table large enough to hold the entire group of...
View Article