call mvscaspb using field-name
01 pubcas-area. copy 'mfpubcas.cpy' replacing ==()== by ==WS==.
call 'mvscaspb' using pubcas-area
When compiling your calling program on Unix/Linux platforms, you should define where mvscaspb is located so that it can be located by the Run Time System. If compiling a 64Bit program, include the directive -dmvscaspb@mvscaspb64.so. (For 32Bit programs, this is not necessary, but including the directive -dmvscaspb@mvscaspb.so will not cause a problem.)