Inrec Questions

Support for NetApp SyncSort for z/OS, Visual SyncSort, SYNCINIT, SYNCLIST and SYNCTOOL
gtbdevs
Posts: 2
Joined: Tue Oct 16, 2007 12:12 am
Skillset: Mvs
Referer: The Web

Inrec Questions

Postby gtbdevs » Tue Oct 16, 2007 12:16 am

//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

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: Inrec Questions

Postby dick scherrer » Tue Oct 16, 2007 12:57 am

Hello gtbdevs and welcome to the forums,

Instead of
9:C'''

try
9:X'7D'
Hope this helps,
d.sch.

gtbdevs
Posts: 2
Joined: Tue Oct 16, 2007 12:12 am
Skillset: Mvs
Referer: The Web

Re: Inrec Questions

Postby gtbdevs » Tue Oct 16, 2007 1:27 am

Try it, that did the trick.

Thanks.

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: Inrec Questions

Postby dick scherrer » Tue Oct 16, 2007 1:32 am

You're welcome :)
Hope this helps,
d.sch.


  • Similar Topics
    Replies
    Views
    Last post