Page 2 of 2

Re: SORTING problem with file

PostPosted: Wed Apr 29, 2015 5:36 pm
by NicC
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)

Re: SORTING problem with file

PostPosted: Wed Apr 29, 2015 5:40 pm
by BillyBoyo
In your example not every special character is followed by a space. Why have you coded that? Just remove all the 40s.

Re: SORTING problem with file

PostPosted: Thu Apr 30, 2015 2:26 pm
by kavitasahu
I ran the JCL after removing all the 40s, but still getting the same error message. Hence could you please look into this.

Re: SORTING problem with file

PostPosted: Thu Apr 30, 2015 2:30 pm
by BillyBoyo
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.

Re: SORTING problem with file

PostPosted: Thu Apr 30, 2015 3:53 pm
by kavitasahu
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                                             

Re: SORTING problem with file

PostPosted: Thu Apr 30, 2015 7:21 pm
by enrico-sorichetti
OUTFIL FNAMES=MAINFILE,OMIT=(49,30,SS,EQ,X'6B,7F,7D')   


why not look Yourself at the manual for the proper syntax ???

Re: SORTING problem with file

PostPosted: Tue May 05, 2015 4:17 pm
by kavitasahu
Thanks everyone. I am able to identify my mistake, its working fine now. Sometime I forget normal basic thing..