SORTING problem with file



IBM's flagship sort product DFSORT for sorting, merging, copying, data manipulation and reporting. Includes ICETOOL and ICEGENER

Re: SORTING problem with file

Postby NicC » Wed Apr 29, 2015 5:36 pm

Please use the code tags (available in the full editor) when coding something that needs a fixed font. HTML strips extraneous spaces. I have done it for you and now the indicator lines up at the correct place.

I would suggest you look at the value at that point and compare its format with the one immediately preceding it. (You should have done that before posting)
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: SORTING problem with file

Postby BillyBoyo » Wed Apr 29, 2015 5:40 pm

In your example not every special character is followed by a space. Why have you coded that? Just remove all the 40s.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: SORTING problem with file

Postby kavitasahu » Thu Apr 30, 2015 2:26 pm

I ran the JCL after removing all the 40s, but still getting the same error message. Hence could you please look into this.
kavitasahu
 
Posts: 11
Joined: Wed Feb 19, 2014 12:11 am
Has thanked: 0 time
Been thanked: 0 time

Re: SORTING problem with file

Postby BillyBoyo » Thu Apr 30, 2015 2:30 pm

You have to post the fully sysout from the latest step with your fix. In the above, you also have no closing apostrophe on the hexadecimal literal.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: SORTING problem with file

Postby kavitasahu » Thu Apr 30, 2015 3:53 pm

Please find attached SYSOUT message:-

ICE805I 1 JOBNAME: TTDVACT1 , STEPNAME: STEP0010                   
ICE802I 0 BLOCKSET     TECHNIQUE IN CONTROL                         
ICE143I 0 BLOCKSET     COPY  TECHNIQUE SELECTED                     
ICE250I 0 VISIT http://www.ibm.com/storage/dfsort FOR DFSORT PAPERS,
ICE000I 1 - CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R12 - 11:
           OPTION COPY                                             
           OUTFIL FNAMES=MAINFILE,OMIT=(49,30,SS,EQ,X'6B,7F,7D')   
                                                        £           
ICE113A E COMPARISON FIELD ERROR                                   
           OUTFIL FNAMES=RESTFILE,SAVE,BUILD=(01:15,10)             
ICE751I 0 C5-I12416 C6-K90026 C7-K94453 C8-K94453 E7-I12416         
ICE052I 3 END OF DFSORT                                             
kavitasahu
 
Posts: 11
Joined: Wed Feb 19, 2014 12:11 am
Has thanked: 0 time
Been thanked: 0 time

Re: SORTING problem with file

Postby enrico-sorichetti » Thu Apr 30, 2015 7:21 pm

OUTFIL FNAMES=MAINFILE,OMIT=(49,30,SS,EQ,X'6B,7F,7D')   


why not look Yourself at the manual for the proper syntax ???
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: SORTING problem with file

Postby kavitasahu » Tue May 05, 2015 4:17 pm

Thanks everyone. I am able to identify my mistake, its working fine now. Sometime I forget normal basic thing..
kavitasahu
 
Posts: 11
Joined: Wed Feb 19, 2014 12:11 am
Has thanked: 0 time
Been thanked: 0 time

Previous

Return to DFSORT/ICETOOL/ICEGENER

 


  • Related topics
    Replies
    Views
    Last post