COBOL Programming :: RE: Obtaining file information
Author: pahiker Posted: Tue Sep 27, 2016 9:24 pm (GMT 5.5)enrico-sorichetti wrote:http://www-03.ibm.com/systems/z/os/zos/library/bkserv/v2r2pdf/#IKJ Thanks. I found this on another forum, apparently...
View ArticleAll Other Mainframe Topics :: RE: RACF profile access
Author: vasanthz Posted: Tue Sep 27, 2016 9:45 pm (GMT 5.5) Thank you Enrico, One of my smart colleague also came up with the same utility and this jcl worked. Thanks David and Steve.Code://STEP EXEC...
View ArticleDFSORT/ICETOOL :: RE: Get Record count in summary record for each group of...
Author: Arun Raj Posted: Tue Sep 27, 2016 9:49 pm (GMT 5.5)magesh23586, AFAIK it would require the same passes of data. Besides you have used the SUM operator that requires 'sorting' of data. What I...
View ArticleCOBOL Programming :: RE: Obtaining file information
Author: Rohit Umarjikar Posted: Wed Sep 28, 2016 12:21 am (GMT 5.5) I'm unsure, but check upon DSINFO too and may be less complex than IGGCSI00 structure._________________Regards, Rohit...
View ArticleDFSORT/ICETOOL :: RE: SORT- outrec
Author: sergeyken Subject: Re: Reply to: SORT- outrec Posted: Wed Sep 28, 2016 1:21 am (GMT 5.5)RahulG31 wrote:Multiply the digit at column 1 by 160,000 and add the digit at colum 2, then subtract 4...
View ArticleDFSORT/ICETOOL :: RE: Get Record count in summary record for each group of...
Author: magesh23586 Posted: Wed Sep 28, 2016 2:21 am (GMT 5.5) Arun, Here is the one step solution without sort . As I mentioned earlier we need not requires two stepsCode: //SYSIN DD *...
View ArticleDFSORT/ICETOOL :: RE: SORT- outrec
Author: RahulG31 Subject: Reply to: SORT- outrec Posted: Wed Sep 28, 2016 3:02 am (GMT 5.5) I didn't know that. But, as they say, 'Great Minds Think Alike'. .
View ArticleDFSORT/ICETOOL :: how to split records based on specific value using SORT
Author: Venkata Ramayya Subject: how to split records based on specific value using SORT Posted: Wed Sep 28, 2016 3:20 am (GMT 5.5) Hi, Can someone help me on this? I have a record like below it should...
View ArticleDFSORT/ICETOOL :: RE: how to split records based on specific value using SORT
Author: RahulG31 Subject: Reply to: how to split records based on specific value using SORT Posted: Wed Sep 28, 2016 3:32 am (GMT 5.5) Simplest thing to use would be the OUTFIL slash (/) operator. .
View ArticleCOBOL Programming :: RE: Obtaining file information
Author: steve-myers Posted: Wed Sep 28, 2016 7:15 am (GMT 5.5)pahiker wrote:Nic Clouston wrote:The manuals are easily available on this forum and the internet in general. But they should be accessible...
View ArticleDB2 :: RE: SQL Query optimization.
Author: Kerry Ropar Posted: Wed Sep 28, 2016 8:05 am (GMT 5.5)arunsoods wrote:I am getting reduced cost You can still get better results if you introduce an index on table.
View ArticleCOBOL Programming :: RE: Obtaining file information
Author: Robert Sample Posted: Wed Sep 28, 2016 8:08 am (GMT 5.5) IGGCSI00 can be called from COBOL and DSCRDT2 is the field name for the create date. The format requires some conversion to get a usable...
View ArticleDFSORT/ICETOOL :: RE: how to split records based on specific value using SORT
Author: Kerry Ropar Posted: Wed Sep 28, 2016 8:25 am (GMT 5.5)RahulG31 wrote:Simplest thing to use would be the OUTFIL slash (/) operator Well, this might be with the assumption that the user wants to...
View ArticleDFSORT/ICETOOL :: RE: how to split records based on specific value using SORT
Author: Rohit Umarjikar Posted: Wed Sep 28, 2016 9:31 am (GMT 5.5) Almost 9 years on the forum but you still need to learn the use of BB codes. You could do a google search or forum search by yourself...
View ArticleDFSORT/ICETOOL :: RE: how to split records based on specific value using SORT
Author: RahulG31 Subject: Reply to: how to split records based on specific value using SORT Posted: Wed Sep 28, 2016 9:57 am (GMT 5.5) That's true Kerry. The TS mentioned that he had 'a' record. Since...
View ArticleCOBOL Programming :: RE: Obtaining file information
Author: steve-myers Posted: Wed Sep 28, 2016 10:43 am (GMT 5.5) One caution: the date you get from IGGCSI00 or IDCAMS is the date the data set was cataloged, which may not be the date the data set was...
View ArticleCOBOL Programming :: RE: Obtaining file information
Author: Nic Clouston Posted: Wed Sep 28, 2016 4:05 pm (GMT 5.5) I never mentioned calling LISTCAT - I said IDCAMS. The links to the manuals are not invalid - I have just successfully navigated to the...
View ArticleCOBOL Programming :: RE: Obtaining file information
Author: pahiker Posted: Wed Sep 28, 2016 4:21 pm (GMT 5.5) Thanks everyone. I got CSI working, but it is a bit of coding. I tried looking for DSINFO, as Rohit suggested, but every link I come up with...
View ArticleDFSORT/ICETOOL :: RE: Get Record count in summary record for each group of...
Author: Arun Raj Posted: Wed Sep 28, 2016 5:29 pm (GMT 5.5) magesh23586, There is no justification to build a 207 byte record in the REFORMAT to save a step. Keeping the Intermediate file lengths to...
View ArticleDFSORT/ICETOOL :: RE: Get Record count in summary record for each group of...
Author: enrico-sorichetti Subject: Reply to: Get Record count in summary record for each group of records Posted: Wed Sep 28, 2016 6:18 pm (GMT 5.5) having a single step will make JOB management easier...
View Article