cobcd-rw must be called with full source path

it seems to be currently called only with the source file name, example:

 cobcd-rw test.cob 80 6

as soon as the current directory is not the source directory this must fail. When using the full path this doesn't matter:

 cobcd-rw /home/simon/COBOL/test.cob 80 6
Edited by Simon Sobisch