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

Image may be NSFW.
Clik here to view.

COBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...

Author: Rohit Umarjikar Posted: Mon Aug 29, 2016 8:38 pm (GMT 5.5)Code:INCLUDE COND=(1,4,EQ,C'ADAM,BASU,DAVE',  OR,1,4,EQ,C'JOHN,MARY,NICK',  OR,1,4,EQ,C'RAJA,SARA'),FORMAT=SS  SORT FIELDS=(1,4,CH,A)...

View Article


DFSORT/ICETOOL :: RE: Add system date inside of a PS file at particular column

Author: magesh23586 Subject: Reply to: Add system date inside of a PS file at particular column Posted: Mon Aug 29, 2016 9:23 pm (GMT 5.5) incase first header is unique and always will have "DETAILS"...

View Article


Image may be NSFW.
Clik here to view.

DFSORT/ICETOOL :: RE: Add system date inside of a PS file at particular column

Author: Rohit Umarjikar Posted: Mon Aug 29, 2016 9:36 pm (GMT 5.5) Welcome! You will need to do a research and try something yourself as told by RahulG31 and then someone can help further if you get...

View Article

Image may be NSFW.
Clik here to view.

DFSORT/ICETOOL :: RE: Icetool or Joinkeys example to compare two files

Author: Rohit Umarjikar Posted: Mon Aug 29, 2016 9:57 pm (GMT 5.5) Thanks Magesh for the correction of the offset per REFORMAT. Thanks Bill and I agree to the point of using SYNAMES as noted before. No...

View Article

DFSORT/ICETOOL :: RE: Add system date inside of a PS file at particular column

Author: Nic Clouston Posted: Mon Aug 29, 2016 11:23 pm (GMT 5.5) Locked as posted and answered on Kolusu's forum._________________Regards Nic

View Article


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 Article

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

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


Image may be NSFW.
Clik here to view.

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


CLIST & 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 Article

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

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

Image may be NSFW.
Clik here to view.

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


CLIST & 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 Article

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


Image may be NSFW.
Clik here to view.

CLIST & 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 Article

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


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

CLIST & 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 Article

CICS :: 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 Article
Browsing all 9405 articles
Browse latest View live