You're right, I didn't distinguish between CA-Easytrieve Plus release 6.2(the current product) and Easytrieve release 9.0 (the predescessor product). The later is often called "Easytrieve Classic."
I really hope you aren't using Classic. While you can call CA support for help, they probably can't answer questions as it was discontinued circa 1984 (when this was still Pansophic). Classic isn't Y2K compliant (the only ommission is the century feature, so 00 sorts before 99) and has many limitations. Not to mention a perceived lack of documentation (the Classic manual *can* be ordered), no available training, and a shrinking user base.
To verify which product you're on, check the copyright info or simply look at the code. A packed field with 2 decimal places in classic is 4 P2; in Plus it would be 4 P 2. And Classic uses the '9999' to indicate the end of working storage. Switching to Plus isn't too hard, though one has to remember that 'Success' and 'Flunk' don't do anything...since 'Print rpt-name' and 'Go to Job' are the correct lines of code. And you no longer have to code junk like IF A = A to get a universal truth. (Note, many companies are blissfully unaware that these are two different products. So too their employees... )
As for your career.... I think Classic is a dead-end, especially if you are bored by it. Plus will always be useful--there are more sites with Plus than Cobol--but not earth-shaking on a resume. Salaries should be solid, but probably no higher than straight COBOL.
And, any site that is still using Classic to code new programs strikes me as a) cheap and b) lazy.