DFSORT/ICETOOL :: RE: Match records -
Author: Arun Raj Posted: Wed Feb 22, 2017 8:19 pm (GMT 5.5) Am I missing something here? scdinesh, Your code should have given something like this:Code:1234david 1234mike 1234david 1234nindy 1234fehan...
View ArticleDFSORT/ICETOOL :: RE: Match records -
Author: John Del Posted: Wed Feb 22, 2017 8:19 pm (GMT 5.5) scdinesh - Scratch my last comment about using the unique constant for each input data set; that still won't give you the results that you...
View ArticleDFSORT/ICETOOL :: RE: Inserting records based on conditions
Author: Arun Raj Posted: Wed Feb 22, 2017 9:02 pm (GMT 5.5)vickey_dw wrote:Hope I am clear nowThere are more questions. How many such records ('AAA', 'BBB'....) do you have in data set-1? Is that a...
View ArticleDFSORT/ICETOOL :: RE: Inserting records based on conditions
Author: vickey_dw Posted: Wed Feb 22, 2017 10:19 pm (GMT 5.5) only two AAA and BBB records are there in the dataset 1. Dataset two has 20 records out of which first 10 i need to copy after AAA and next...
View ArticleDFSORT/ICETOOL :: RE: Inserting records based on conditions
Author: Arun Raj Posted: Wed Feb 22, 2017 10:21 pm (GMT 5.5) Thanks. Can you try answering the questions you skipped?_________________Arun...
View ArticleCOBOL Programming :: RE: SQL query not working in Cobol program.
Author: Rohit Umarjikar Posted: Wed Feb 22, 2017 10:34 pm (GMT 5.5) Please check against which environment the Cobol Program is executed vs SPUFI._________________Regards, Rohit Umarjikar"Knowledge is...
View ArticleDFSORT/ICETOOL :: Replacing same string with different values
Author: vickey_dw Subject: Replacing same string with different values Posted: Wed Feb 22, 2017 10:44 pm (GMT 5.5) Hi All, I need help in one more sort. My input file is belowCode:Re Insu 123 Re Insu...
View ArticleDFSORT/ICETOOL :: RE: Inserting records based on conditions
Author: vickey_dw Posted: Wed Feb 22, 2017 10:51 pm (GMT 5.5) I think i missed below questionQuote:Does anything exist in your actual data that helps identify the first record of either input data set?...
View ArticleDFSORT/ICETOOL :: RE: Replacing same string with different values
Author: Arun Raj Posted: Wed Feb 22, 2017 11:16 pm (GMT 5.5) Will your input have random occurrences of 'Allcede 123' , counting more than 5? If yes, what would you like to see in the output,...
View ArticleDFSORT/ICETOOL :: RE: Replacing same string with different values
Author: vickey_dw Posted: Wed Feb 22, 2017 11:23 pm (GMT 5.5)Quote:Will your input have random occurrences of 'Allcede 123' , counting more than 5? If yes, what would you like to see in the output,...
View ArticleDFSORT/ICETOOL :: RE: Replacing same string with different values
Author: Bill Woodger Subject: Reply to: Replacing same string with different values Posted: Wed Feb 22, 2017 11:40 pm (GMT 5.5) On INREC use IFTHEN=(WHEN=(logicalexpression to identify your 'Allcede...
View ArticleDFSORT/ICETOOL :: RE: Inserting records based on conditions
Author: Bill Woodger Subject: Reply to: Inserting records based on conditions Posted: Wed Feb 22, 2017 11:49 pm (GMT 5.5) JOINKEYS. Use JNF1CNTL, INREC, WHEN=INIT to assign a sequence number to each...
View ArticleDFSORT/ICETOOL :: RE: Match records -
Author: Bill Woodger Subject: Reply to: Match records - Posted: Wed Feb 22, 2017 11:58 pm (GMT 5.5)Code:F1 1111A 2222B 2222C 3333D 3333E 4444F 4444G F2 0000M 2222N 3333O 3333P 4444Q 4444R 4444S What...
View ArticleDFSORT/ICETOOL :: RE: To Merge mutliple records into a single record
Author: Bill Woodger Subject: Reply to: To Merge mutliple records into a single record Posted: Thu Feb 23, 2017 12:01 am (GMT 5.5) How do you decide where the "blank" column is in your example? (;;) A...
View ArticleDFSORT/ICETOOL :: RE: Replacing same string with different values
Author: vickey_dw Posted: Thu Feb 23, 2017 12:02 am (GMT 5.5) Hi Bill Thanks for the suggestion. But i have confusion here after adding sequence number for every occurrence of "Allcede 123" .How to...
View ArticleDFSORT/ICETOOL :: Can you write 2 recs on SORTOUT when SORTIN has only 1 rec
Author: Sysaron Subject: Can you write 2 recs on SORTOUT when SORTIN has only 1 rec Posted: Thu Feb 23, 2017 12:07 am (GMT 5.5) I am trying to create a SYMNAMES file for a following step and it seems...
View ArticleDFSORT/ICETOOL :: RE: Can you write 2 recs on SORTOUT when SORTIN has only 1 rec
Author: Arun Raj Posted: Thu Feb 23, 2017 12:26 am (GMT 5.5) You might want to use the OUTFIL with the '/' operator to write multiple lines._________________Arun...
View ArticleDFSORT/ICETOOL :: RE: Replacing same string with different values
Author: Bill Woodger Subject: Reply to: Replacing same string with different values Posted: Thu Feb 23, 2017 1:10 am (GMT 5.5) If sequence number is one, you put the first value, if sequence number is...
View ArticleDFSORT/ICETOOL :: RE: Can you write 2 recs on SORTOUT when SORTIN has only 1 rec
Author: Bill Woodger Subject: Reply to: Can you write 2 recs on SORTOUT when SORTIN has only 1 rec Posted: Thu Feb 23, 2017 1:18 am (GMT 5.5) Don't try to call your symbols JP1 and JP2, as those are...
View ArticleAll Other Mainframe Topics :: RE: Need help in building a logic
Author: Rohit Umarjikar Posted: Thu Feb 23, 2017 1:44 am (GMT 5.5)Quote:Ideally both the records should have to match with 008 Why will 01/01/2017 be a match as it has 'Y' flag instead of 'N' to get...
View Article