SeanHoppe.com > CLEO Tips > Cleo EDI Integrator EXTOL EDI Integrator (EEI) - Copy data from one environment (EXTSYSF) to another
EXTOL EDI Integrator (EEI) - Copy data from one environment (EXTSYSF) to another
3rd January 2014
There are a couple different ways to copy data from on EXTOL EDI Integrator Environment (EXTSYSF) to another environment.
One such method is to use the following 2 commands:
Step ONE:
EXPNWRDTA CNNLOGNBR(0123456) FILE(QTEMP/R0123456) RCDLEN(1024) MBROPT(*REPLACE) CRTFILE(*YES)
- When typing in the connection log number (CNNLOGNBR) make sure the value is 7 digits. In most cases we need to place a leading zero in front of the 6 digits.
Step TWO:
Change library list (LIBL) to ensure the correct files library (EXTSYSF) is present in interactive library list.
Step THREE:
CRTCNNIMP FILE(QTEMP/R0123456) FORMAT(*UNWRAP) NETID(TYPEOFDATA)
- PARM: NETID is optional and gives users visibility at the connection level to the type of data that is present in the connection. (See below)
Copyright 2013 @ www.seanhoppe.com
By: Sean Hoppe on