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
ft:locale
en-US
Product name
Assure MIMIX
ft:title
Assure MIMIX Promoter User Guide
Copyright
2021
First publish date
1999
ft:lastEdition
2023-08-01
ft:lastPublication
2023-08-01T14:40:24.932000

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)