Q:
Why does Qedit return back to the beginning of my program rather than the statement following the LINK?
A:
Set QED-PROG to spaces in the commarea of the invoking (user) program.
Editor invoked from your application.
Q:
Why does Qedit return back to the beginning of my program rather than the statement following the LINK?
A:
Set QED-PROG to spaces in the commarea of the invoking (user) program.
Q:
Why do my maps only display in Mod 2, and then I receive INVMPSIZ when exiting?
A:
Transactions QEDX & QED$ need the ALTERNTE profile. QED@ uses the default profile.
Q:
Can you protect ALL the incoming records from update but allow adding additional records at the end?
A:
Put "P" in QED-UPDATE-SW (for protect mode).
Q:
How to you protect selected records from update when invoking Qedit?
A:
Q:
Why do I receive message Q005 EDIT LIMIT (xxxxx) EXCEEDED, but my actual number of records has NOT exceeded number given.
A:
This MAY happen if you are adding records at the end, and all the 'freespace' precedes that. Qedit only looks FORWARD for free space in its table to accept new entries. To prevent this message, set FREESPACE=N (either during installation or in the passed commarea).