DFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: enrico-sorichetti Subject: Reply to: ICETOOL/SYNCSORT - SYSPRINT output Posted: Thu Oct 06, 2016 3:00 am (GMT 5.5)Quote:They are recursive up to millions(Cartesian). Just to be considered. NOPE...
View ArticleDFSORT/ICETOOL :: RE: sort with previous record
Author: Kerry Ropar Posted: Thu Oct 06, 2016 3:47 am (GMT 5.5) anatol, not sure if other people did understood your problem statement, perhaps you would like to explain it again more elaborately with...
View ArticleDFSORT/ICETOOL :: RE: sort with previous record
Author: enrico-sorichetti Subject: Reply to: sort with previous record Posted: Thu Oct 06, 2016 3:51 am (GMT 5.5) the explanation seems clear to me ... a W record is considered as an extension of the...
View ArticleJCL & VSAM :: RE: VSAM define for large file
Author: Kerry Ropar Posted: Thu Oct 06, 2016 3:59 am (GMT 5.5)Rohit Umarjikar wrote:enrico-sorichetti, Precise Search
View ArticleDFSORT/ICETOOL :: RE: sort with previous record
Author: anatol Subject: Reply to: sort with previous record Posted: Thu Oct 06, 2016 4:03 am (GMT 5.5) oh, sorry Enrico ... yes - the sort key is first 5 positions ( i need just idea how)... and you...
View ArticleSYNCSORT :: Syncsort - NULL in Integer field checking
Author: nartcr Subject: Syncsort - NULL in Integer field checking Posted: Thu Oct 06, 2016 6:47 am (GMT 5.5) I am unloading few columns from my DB2 table, and running through SYNCSORT. Each column is...
View ArticleSYNCSORT :: RE: Syncsort - NULL in Integer field checking
Author: nartcr Posted: Thu Oct 06, 2016 7:08 am (GMT 5.5) I think I didn't put question well, I understand I can do Code:173:192,4,BI,EDIT=(TTTTTTTTTT),C'|') to convert from BI to ZD format. However,...
View ArticleSYNCSORT :: RE: Syncsort - NULL in Integer field checking
Author: Bill Woodger Subject: Reply to: Syncsort - NULL in Integer field checking Posted: Thu Oct 06, 2016 10:24 am (GMT 5.5) There is no "null character". If a column can be NULL, there will be a...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: nartcr Posted: Thu Oct 06, 2016 10:32 am (GMT 5.5) No Blob Clob etc. I do have DSNTEP2/DSNTAIUL source code, however there is some restriction in modifying the source - assembler/PL1, that...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: nartcr Posted: Thu Oct 06, 2016 10:36 am (GMT 5.5) I have used UNLOAD utilities, and unloaded tablespaces. However, the way the query is written in our shop, uses multiple tables, and adhoc...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: nartcr Posted: Thu Oct 06, 2016 10:39 am (GMT 5.5)Nic Clouston wrote:You mention SYNCSRT in your topic title but post in the DFSORT forum. ICETOOL is related to DFSORT but not to SYNCSORT...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: nartcr Subject: Re: Reply to: ICETOOL/SYNCSORT - SYSPRINT output Posted: Thu Oct 06, 2016 10:41 am (GMT 5.5) Would you provide me the high level approach, on how you would attack this with...
View ArticleSYNCSORT :: RE: Syncsort - NULL in Integer field checking
Author: nartcr Subject: Re: Reply to: Syncsort - NULL in Integer field checking Posted: Thu Oct 06, 2016 10:51 am (GMT 5.5)Bill Woodger wrote:There is no "null character". If a column can be NULL,...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: nartcr Posted: Thu Oct 06, 2016 10:55 am (GMT 5.5) The query is over 900 lines, and this works fine with SPUFI/DSNTEP2. But DSNTAIUL, will throw error, since its more than 32676 ( 450ish lines...
View ArticleIMS DB/DC :: RE: Need points to tune IMS Checkpoint Program
Author: satish.ms10 Posted: Thu Oct 06, 2016 11:00 am (GMT 5.5) Thanks Rohit, I will go thru the suggested IBM RedBook for more insights._________________Thanx, Sati
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: nartcr Posted: Thu Oct 06, 2016 11:14 am (GMT 5.5) I was thinking an approach like this: DSNTEP2 always provide 40 rows per page, ( atleast in our shop ).. Since the keys are actually in...
View ArticleCLIST & REXX :: Checking wether a string starts from a particular column.
Author: sundaram.naveen Subject: Checking wether a string starts from a particular column. Posted: Thu Oct 06, 2016 11:56 am (GMT 5.5) Hi! My requirement is I have been given a ps file. Let's say the...
View ArticleCLIST & REXX :: RE: Checking wether a string starts from a particular column.
Author: enrico-sorichetti Subject: Reply to: Checking wether a string starts from a particular column. Posted: Thu Oct 06, 2016 12:02 pm (GMT 5.5) post a sample of the input data, and a sample of the...
View ArticleCLIST & REXX :: RE: Checking wether a string starts from a particular column.
Author: sundaram.naveen Subject: Reply to: Checking wether a string starts from a particular column. Posted: Thu Oct 06, 2016 12:14 pm (GMT 5.5) I want all the PIC clause to start from col40(say)....
View ArticleSYNCSORT :: RE: Syncsort - NULL in Integer field checking
Author: Bill Woodger Subject: Reply to: Syncsort - NULL in Integer field checking Posted: Thu Oct 06, 2016 12:29 pm (GMT 5.5) Gernerally, if the data is variably-located, you would use PARSE. If in...
View Article