Quantcast
Channel: IBM Mainframe Computers Forums
Browsing all 8500 articles
Browse latest View live
↧

DFSORT/ICETOOL :: RE: Inserting records based on conditions

Author: vickey_dw Posted: Wed Feb 22, 2017 2:56 pm (GMT 5.5) Thanks for the reply!!! My requirement is to add records first 10 from data set 2 once it finds AAA in data set 1.Then add next 10 record a...

View Article


TSO/ISPF :: RE: ISPF - How to come out of ISPF Panel

Author: Willy Jensen Posted: Wed Feb 22, 2017 3:40 pm (GMT 5.5) I assume that panel1 is a selection panel invoking panel 2. That being the case I am not aware of any method to bypass display of panel1...

View Article


DFSORT/ICETOOL :: RE: Inserting records based on conditions

Author: Nic Clouston Posted: Wed Feb 22, 2017 4:12 pm (GMT 5.5) I have corrected your code tags - end tags are denoted by a '/' between the '[' and the 'code'. Using the full editor buttons this will...

View Article

DFSORT/ICETOOL :: RE: Match records -

Author: John Del Posted: Wed Feb 22, 2017 5:13 pm (GMT 5.5) scdinesh - You could append a unique constant to each input file with JNF1 and JNF2 operations and when querying for matches, also query the...

View Article

TSO/ISPF :: RE: ISPF - How to come out of ISPF Panel

Author: Willy Jensen Posted: Wed Feb 22, 2017 5:43 pm (GMT 5.5) Well, I stand corrected, test shows you can bypass panel on the way back. By the way, the panel invoked from a selection panel must...

View Article


COBOL Programming :: SQL query not working in Cobol program.

Author: CuriousMainframer Subject: SQL query not working in Cobol program. Posted: Wed Feb 22, 2017 5:56 pm (GMT 5.5) Hi , I have embedded a select query to a DB2 table in my cobol program. The query...

View Article

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 Article

DFSORT/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 Article


DFSORT/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 Article


DFSORT/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 Article

DFSORT/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 Article

Image may be NSFW.
Clik here to view.

COBOL 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 Article

DFSORT/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 Article


DFSORT/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 Article

DFSORT/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 Article


DFSORT/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 Article

DFSORT/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 Article


DFSORT/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 Article

DFSORT/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 Article

DFSORT/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 Article
Browsing all 8500 articles
Browse latest View live