Search found 10 matches

by Captain Nero
Mon Jul 06, 2009 6:33 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: SEQNUM allocation Dynamically
Replies: 1
Views: 3988

SEQNUM allocation Dynamically

I have a file of the following type - EPI ENTY DATE ---------------------------- 1000009525 359467 2009-04-06 1000009525 359467 2009-01-05 1000009525 359467 2008-09-29 1000009525 359467 2008-06-30 1000009525 359467 2008-03-31 1000009525 359467 2007-12-31 1000009525 359467 2007-10-01 1000011605 39198...
by Captain Nero
Thu Sep 04, 2008 2:58 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Copy record when a particular string is present in it
Replies: 1
Views: 7698

Copy record when a particular string is present in it

Hi, I have a FB file of LRECL 80. There is a particular string 'ABCD' which can occur at any position starting form 1 to 77 in some the records. The others bytes may have different random values. My requirement is to copy the records which has that particular string. I could have used a 77 INCLUDE s...
by Captain Nero
Thu Jul 03, 2008 11:19 am
Forum: JCL
Topic: Error in Spool
Replies: 1
Views: 8462

OUTREC FIELD OUTSIDE RANGE
Please check once if you have given the output DCB parameters correctly.
by Captain Nero
Tue Jul 01, 2008 10:43 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Strange result in SORT Arithmatic Division
Replies: 15
Views: 31960

And Thank you so much for the help.
by Captain Nero
Tue Jul 01, 2008 10:38 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Strange result in SORT Arithmatic Division
Replies: 15
Views: 31960

Frank I also got output as expected :) the problem was with an INREC statement which I have put in different control.

Now it is working fine. 8)
by Captain Nero
Mon Jun 30, 2008 11:47 am
Forum: COBOL
Topic: COBOL Program performance tuning tips
Replies: 22
Views: 77420

Hi,

Thanks for your advice, can you please give a short example of how to use this DFSORT commands in COBOL, it will be of great help.

Regards,
by Captain Nero
Sun Jun 29, 2008 8:43 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Strange result in SORT Arithmatic Division
Replies: 15
Views: 31960

Yes frank I will make the changes on the mask and the Overlay of the first 33 bytes as you have suggested, however, the input file and the output are right in front of you... My input was without the last column and I have added the last column(Ratio) in the output.

Thanks.
by Captain Nero
Sat Jun 28, 2008 12:01 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Strange result in SORT Arithmatic Division
Replies: 15
Views: 31960

Hi Frank,

I have put the result directly from the mainframe. However, i will get you the DFSMSG on Monday. I am really quite perplexed to see the results.

Hope something will turn out.
by Captain Nero
Fri Jun 27, 2008 7:04 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Strange result in SORT Arithmatic Division
Replies: 15
Views: 31960

Strange result in SORT Arithmatic Division

Hi all, I have a file in which the 17th and 18th positions have two numeric fields, I want to divide the first one by the second one and populate the 43rd position with a particular edit. The card I have used in the OUTREC for this is - OUTREC OVERLAY=(1,33,34:C'|RATIO = ', 43:(17,6,ZD,MUL,+10000000...
by Captain Nero
Tue Jun 24, 2008 10:36 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Sorting twice in same card
Replies: 1
Views: 6251

Sorting twice in same card

I have a file which looks like - |POL|SERVICING |CONVG | |STS|AGENT |EFF DATE| =============================== IL |A |021 |20080128| MI |A |002 |20080110| CT |A |036 |20080208| CT |A |266 |20080117| AK |A |723 |20080107| NM |A |874 |20080107| MD |A |876 |20080114| CA |A |244 |20080102| MA |A |499 |...