However, my trusty File Aid manual has failed me. I've tried EDIT, MOVE, and REPL to no avail. The goal is to copy the entire file, updating the few records that meets the criteria. Here's the batch instructions I have tried:
$$DD01 CA IF=(05,EQ,C'2620200203926936'),
EDIT=(194,1,X'40',X'4040')
$$DD01 CA IF=(05,EQ,C'2620200203926936'),
MOVE=(194,X'40')
$$DD01 CA IF=(05,EQ,C'2620200203926936'),
REPL=(194,EQ,X'40',X'4040')
EDIT=(194,1,X'40',X'4040')
$$DD01 CA IF=(05,EQ,C'2620200203926936'),
MOVE=(194,X'40')
$$DD01 CA IF=(05,EQ,C'2620200203926936'),
REPL=(194,EQ,X'40',X'4040')
(Don't ask where the "SELECT ALL" text came from - it isn't me!) The output file is written, but the records are not updated. I've also tried COPY instead of CA in each instance, but the output is disappointingly the same. I didn't see anything in the TSO application that would seem help either.
I'm very confused.
Any suggestions?