Calling a program for updates - assure_mimix - 10.0

Assure MIMIX Promoter User Guide

Product type
Software
Portfolio
Integrate
Product family
Assure
Product
Assure MIMIX™ Software
Version
10.0
Language
English
Product name
Assure MIMIX
Title
Assure MIMIX Promoter User Guide
Topic type
How Do I
Copyright
2021
First publish date
1999

Assume that the changes needed for the year 2000 conversion were more complicated, with calculations for date windowing or converting from a 6-character field to a 12-character field. You can specify either a data exit program or a data service program that performs the conversions. An example command string that calls a data exit program is as follows:

CPYACTF FROMFILE(library-name/file-name) TOFILE(library-name/file-name) DTAEXITPGM(user-library/program-name) CMPLCK(*YES)

An example command string to call a user-supplied data service program is as follows:

CPYACTF FROMFILE(library-name/filename) TOFILE(library-name/file-name) DTASRVPGM(user-library/service-program-name) CMPLCK(*YES)