TSO/ISPF :: RE: ISPF - How to come out of ISPF Panel
Author: enrico-sorichetti Subject: Reply to: ISPF - How to come out of ISPF Panel Posted: Wed Feb 22, 2017 1:32 am (GMT 5.5)Quote:=X doesn't work through REXX. bullshit ISPF sets the proper return code...
View ArticleAll Other Mainframe Topics :: Need help in building a logic
Author: Benchwarmer Subject: Need help in building a logic Posted: Wed Feb 22, 2017 2:49 am (GMT 5.5) I am working on a logic which is to assign a unique ID for records matched using a date and flag...
View ArticleAll Other Mainframe Topics :: RE: Need help in building a logic
Author: Robert Sample Posted: Wed Feb 22, 2017 3:05 am (GMT 5.5)Quote:Based on the sequence and matching logic record 1 is not matching with any previous record and assigned a unique value 009, when...
View ArticleAll Other Mainframe Topics :: RE: Need help in building a logic
Author: Benchwarmer Posted: Wed Feb 22, 2017 3:41 am (GMT 5.5)Quote:According to your 3 rules, yes record 2 matches both -- so why do you think it should only match record 8? The ultimate goal of...
View ArticleAll Other Mainframe Topics :: RE: Need help in building a logic
Author: Bill Woodger Subject: Reply to: Need help in building a logic Posted: Wed Feb 22, 2017 4:22 am (GMT 5.5) Make the conditions mutually exclusive, you can only get (at most) a match on one...
View ArticleDFSORT/ICETOOL :: Match records -
Author: scdinesh Subject: Match records - Posted: Wed Feb 22, 2017 5:02 am (GMT 5.5) Hi, I've 2 input files and after executing below Joinkeys to get 3 output files. used below sort for...
View ArticleDFSORT/ICETOOL :: RE: Match records -
Author: John Del Posted: Wed Feb 22, 2017 6:08 am (GMT 5.5) Why do you expect to get only the records from input file 1 with your key definition? All records that have the same key will be matched....
View ArticleDFSORT/ICETOOL :: To Merge mutliple records into a single record
Author: anandgbe Subject: To Merge mutliple records into a single record Posted: Wed Feb 22, 2017 8:49 am (GMT 5.5) I have some 1000 records in below format. A1 Date1 Value1 A2 Date1 Value2 A3 Date1...
View ArticleDFSORT/ICETOOL :: RE: Match records -
Author: scdinesh Posted: Wed Feb 22, 2017 11:37 am (GMT 5.5) Thanks for the response John: In my case i've used input file2: as reference file. I need to build the logic upon file1(core file). is there...
View ArticleDFSORT/ICETOOL :: RE: Match records -
Author: Bill Woodger Subject: Reply to: Match records - Posted: Wed Feb 22, 2017 11:39 am (GMT 5.5)Code:OUTFIL FNAMES=SORTOF2,          INCLUDE=(1001,1,CH,EQ,C'B'),...
View ArticleDFSORT/ICETOOL :: Inserting records based on conditions
Author: vickey_dw Subject: Inserting records based on conditions Posted: Wed Feb 22, 2017 1:33 pm (GMT 5.5) Hi All My input data set 1 exampleCode:AAA BBB CCC DDD Input data set 2Code:1234 4567...
View ArticleDFSORT/ICETOOL :: RE: Inserting records based on conditions
Author: Nic Clouston Posted: Wed Feb 22, 2017 2:28 pm (GMT 5.5) You can easily use the code tags - either hand-craft them or use the full editor and the facilities that it provides. I do not understand...
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 2:30 pm (GMT 5.5) Why would you be unable to use the code tags? There has to be some condition...
View ArticleDFSORT/ICETOOL :: RE: To Merge mutliple records into a single record
Author: Nic Clouston Posted: Wed Feb 22, 2017 2:35 pm (GMT 5.5)Quote:using JCL or REXX so why post in the DFSort forum? DFSort is neither JCL or Rexx. JCL cannot do what you want as it only tells the...
View ArticleDFSORT/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 ArticleTSO/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 ArticleDFSORT/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 ArticleDFSORT/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 ArticleTSO/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 ArticleCOBOL 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