in reply to Re: Converting a source code
in thread Converting a source code

Thanks duckyd! one more question... how do i store the value to targetfile? This doesn't work:

s/WORKING -STORAGE SECTION./DECLARE;/; print targetfile $line, "\n";
It stores "WORKING -STORAGE SECTION." tnx!