DFSORT/ICETOOL :: RE: Icetool or Joinkeys example to compare two files
Author: Bill Woodger Subject: Reply to: Icetool or Joinkeys example to compare two files Posted: Tue Aug 30, 2016 4:34 am (GMT 5.5) The subtasks are what processes the data. You can't get rid of them...
View ArticleDFSORT/ICETOOL :: RE: Icetool or Joinkeys example to compare two files
Author: magesh23586 Subject: Reply to: Icetool or Joinkeys example to compare two files Posted: Tue Aug 30, 2016 7:47 am (GMT 5.5) Rohit, Check the spool for Joinkey, you will see three outputs.Code:...
View ArticleDFSORT/ICETOOL :: RE: Icetool or Joinkeys example to compare two files
Author: chandan.inst Subject: Reply to: Icetool or Joinkeys example to compare two files Posted: Tue Aug 30, 2016 10:37 am (GMT 5.5) Nice explanation Mangesh.. I agree with you regardless of volume of...
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: mohamedmubee Subject: Reply to: how to DYNAMICALLY write sort cond to o/p file using cobol Posted: Tue Aug 30, 2016 3:48 pm (GMT 5.5) these are the things i missed to include in the...
View ArticleCLIST & REXX :: Insert Lines in JCL with Rexx after a particular line
Author: Csongor Subject: Insert Lines in JCL with Rexx after a particular line Posted: Tue Aug 30, 2016 4:18 pm (GMT 5.5) Hello! I am looking for a solution for inserting lines after a particular line...
View ArticleMainframe Jobs :: Fiserv Hiring 3 COBOL Devs FTE Orlando & Philly ~$110k Rea
Author: kiran_65 Subject: Fiserv Hiring 3 COBOL Devs FTE Orlando & Philly ~$110k Rea Posted: Tue Aug 30, 2016 4:30 pm (GMT 5.5) Hi, Has post in Vacancies with the heading in subject. Could you...
View ArticleMainframe Jobs :: RE: Fiserv Hiring 3 COBOL Devs FTE Orlando & Philly ~$110k Rea
Author: Bill Woodger Subject: Re: Fiserv Hiring 3 COBOL Devs FTE Orlando & Philly ~$110k Rea Posted: Tue Aug 30, 2016 4:37 pm (GMT 5.5)kiran_65 wrote:Hi, Has post in Vacancies with the heading in...
View ArticleMainframe Jobs :: RE: Fiserv Hiring 3 COBOL Devs FTE Orlando & Philly ~$110k Rea
Author: Bill O'Boyle Subject: Reply to: Fiserv Hiring 3 COBOL Devs FTE Orlando & Philly ~$110k Rea Posted: Tue Aug 30, 2016 5:53 pm (GMT 5.5) Career Link ===> https://www.careers.fiserv.com The...
View ArticleCLIST & REXX :: RE: Insert Lines in JCL with Rexx after a particular line
Author: Csongor Subject: Reply to: Insert Lines in JCL with Rexx after a particular line Posted: Tue Aug 30, 2016 6:00 pm (GMT 5.5) I made some progress, I think this was the hard part. Now I can add...
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: Nic Clouston Posted: Tue Aug 30, 2016 6:09 pm (GMT 5.5) If you are on a mainframe then you do not have files - you have data sets and if you are not on a mainframe then you are in the wrong...
View ArticleCLIST & REXX :: RE: Insert Lines in JCL with Rexx after a particular line
Author: prino Posted: Tue Aug 30, 2016 8:10 pm (GMT 5.5) Read about system defined labels, like .ZCSR..._________________Robert AH Prins robert.ah.prins @ the.17+Gb.Google thingyNo programming here (yet)
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: RahulG31 Subject: Reply to: how to DYNAMICALLY write sort cond to o/p file using cobol Posted: Tue Aug 30, 2016 8:26 pm (GMT 5.5) I don't understand what is stopping you to achieve this. 1. Do...
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: Akatsukami Subject: Re: Reply to: how to DYNAMICALLY write sort cond to o/p file using cobol Posted: Tue Aug 30, 2016 10:04 pm (GMT 5.5)mohamedmubee wrote:these are the things i missed to...
View ArticleCLIST & REXX :: RE: Insert Lines in JCL with Rexx after a particular line
Author: Willy Jensen Posted: Wed Aug 31, 2016 1:02 pm (GMT 5.5) I just did something similar. Note that the line_after can take a line number as argument, which allowed me to do:Code:...
View ArticleCICS :: CICS TS 5.3 migr after DFHCSDUP UPGRADE to use DFHCSDUP SCAN
Author: Kyle Carroll Subject: CICS TS 5.3 migr after DFHCSDUP UPGRADE to use DFHCSDUP SCAN Posted: Wed Aug 31, 2016 10:58 pm (GMT 5.5) Hi, I am migrating a CICS TS 4.1 region to CICS TS 5.3. I have...
View ArticleCICS :: RE: CICS TS 5.3 migr after DFHCSDUP UPGRADE to use DFHCSDUP SCAN
Author: Robert Sample Posted: Wed Aug 31, 2016 11:44 pm (GMT 5.5) I would use DFHCSUP to EXTRACT the start up list for the region, strip out the resources from that output, and run the SCAN against it....
View ArticleCICS :: RE: CICS TS 5.3 migr after DFHCSDUP UPGRADE to use DFHCSDUP SCAN
Author: Kyle Carroll Posted: Thu Sep 01, 2016 12:22 am (GMT 5.5) Thanks Robert. I have already started down that same path until something better is mentioned. I have 20 CICS regions to upgrade so this...
View ArticleCICS :: RE: CICS TS 5.3 migr after DFHCSDUP UPGRADE to use DFHCSDUP SCAN
Author: Robert Sample Posted: Thu Sep 01, 2016 12:31 am (GMT 5.5) Surely you don't have 20 CSD data sets? Most sites share their CSD among different CICS regions, so you could have as few as 2 to 4 CSD...
View ArticleCICS :: RE: CICS TS 5.3 migr after DFHCSDUP UPGRADE to use DFHCSDUP SCAN
Author: Kyle Carroll Posted: Thu Sep 01, 2016 1:02 am (GMT 5.5) unfortunately the worst is expected from predecessors and there is a different CSD for each CICS region. Even if the CICS region is part...
View ArticleCICS :: RE: CICS TS 5.3 migr after DFHCSDUP UPGRADE to use DFHCSDUP SCAN
Author: Bill O'Boyle Subject: Reply to: CICS TS 5.3 migr after DFHCSDUP UPGRADE to use DFHCSDUP SCAN Posted: Thu Sep 01, 2016 2:22 am (GMT 5.5) With different CSD's, the use of DTR is certainly impeded...
View Article