Search found 7 matches

by balaryan
Mon Mar 13, 2017 8:09 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Split the input file using delimiter and output only few col
Replies: 5
Views: 7589

@Mahesh. Yes. I achieved the desired results with INREC PARSE, BUILD and OUTREC OVERLAY. Thanks.
by balaryan
Mon Mar 13, 2017 8:07 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Split the input file using delimiter and output only few col
Replies: 5
Views: 7589

@Mahesh. Yes. I achieved the desired results with INREC PARSE, BUILD and OUTREC OVERLAY. Thanks.
by balaryan
Fri Mar 10, 2017 2:30 am
Forum: DFSORT , ICETOOL & Utilities
Topic: sort files with record count !!!
Replies: 0
Views: 3014

sort files with record count !!!

Hi All, I am sorting the input file and segregating to four output files based on some conditions along with record count. Then separate the record count from each files for validation purpose. Right now, I am getting the desired results in two steps. Step 1: from ONE input file to FOUR output files...
by balaryan
Tue Oct 18, 2016 3:47 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Split the input file using delimiter and output only few col
Replies: 5
Views: 7589

Also I missed one info. Last field in each record will be having either 'Y' or 'N'. Based on the value, if it is 'Y', we should place the record with specific column in output file 1 and if it is 'N' means output file 2.
by balaryan
Tue Oct 18, 2016 3:37 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Split the input file using delimiter and output only few col
Replies: 5
Views: 7589

Split the input file using delimiter and output only few col

Hi All, I am trying to read an input file which has a fixed length of 300 bytes and each field in a record are delimited by "|" pipe symbol. For instance [u]Input file:[/u] 1|232|this is great|chennai|TN|604023|04/12/2018|12321.00|12312.00|N|this is for testing only|external remarks|0|0|3|Y|N|454.00...
by balaryan
Thu Oct 13, 2016 11:52 pm
Forum: JOB VACANCIES
Topic: Required 3-5 yrs of COBOL Developers!!!
Replies: 0
Views: 8385

Required 3-5 yrs of COBOL Developers!!!

Mainframe Job openings in Chennai/Bangalore Locations. Following is JD Experience required : 2 - 5 Years Skillsets : Mainframe - Cobol,JCL,DB2,CICS, VSAM Please send resume on email address balasubramani_yuvaraj@yahoo.com with following mandatory details, Compulsory Mention Subject as Your Name + Ma...
by balaryan
Thu Aug 14, 2014 9:48 am
Forum: JCL
Topic: How to compare two fields used in dataset and check for dup
Replies: 6
Views: 11198

How to compare two fields used in dataset and check for dup

Hi All, Good day. I am having an input file whose records are listed below. 811886,831910 811885,831911 811888,831913 811887,831914 811896,811896 -> both same 811895,811895 -> both same 811894,811894 -> both same 811893,811893 -> both same Is there any way in JCL sort to compare two fields used in t...