Page 1 of 1

Inrec Questions

PostPosted: Tue Oct 16, 2007 12:16 am
by gtbdevs
//SYSIN DD *
OUTREC FIELDS=(1:C'SRCHFOR',9:C''')
SORT FIELDS=(10,5,CH,A)


Trying to get the above to work, SYNCSORT is blowing up on the 9:C''' part, all I am trying to do is have a leading tick mark.
Is there a special way this needs to ne coded?

TIA

Re: Inrec Questions

PostPosted: Tue Oct 16, 2007 12:57 am
by dick scherrer
Hello gtbdevs and welcome to the forums,

Instead of
9:C'''

try
9:X'7D'

Re: Inrec Questions

PostPosted: Tue Oct 16, 2007 1:27 am
by gtbdevs
Try it, that did the trick.

Thanks.

Re: Inrec Questions

PostPosted: Tue Oct 16, 2007 1:32 am
by dick scherrer
You're welcome :)