On Thursday, February 15, 2001 at 12:26 PM, Larry McAfee at Merck (Larry_McAfee@merck.com) submitted the following question about Qedit and Suprtool through our web site problem form:
May I add/modify/delete records with Qedit to direct files with a file type of SD (self describing) without damaging the file?At 12:39 PM (11 minutes later), Robelle's Technical Support manager, Paul Gobes, sent this reply:
Hi Larry,
Yes, you can edit a self-describing file with Qedit, but you need to be careful:
/text mydata,labelsor
/ set work labels on {I have this in my qeditmgr.pub.sys file}
As a tip, I'd suggest using Visual mode, to help line up fields with existing records. But if you have binary fields, then visual will not see them as unprintable characters and not let you update those lines.
To workaround the problem with binary fields, you can set the margins to exclude the binary field,
e.g. /set left 1 /set right 40 {if the first binary starts in col 41}Just remember to unset the margins before you Keep the file, otherwise you'll lose some columns.
/set left /set right {resets the margins back to the defaults.}
paul.gobes@robelle.com