Hello everyone !
I hope you are all well β¦
Need to unload the files adabas Linux Platform for Mainframe platform.
Does anyone have a script ready for it ?
I greatly appreciate the help !
Hugs to all !
Marcos
Hello Marcos,
Probably the endianess is different between source and target. I got no script, but I think you have to do the following steps:
- ADAULD
- ADADCU (maybe with special parameter TARGET_ARCHITECTURE)
- ADACMP (maybe with special parameter SOURCE_ARCHITECTURE)
- ADAMUP
http://techcommunity.softwareag.com/ecosystem/documentation/adabas/ada632os/utils/over.htm
Regards
Matthias
You want to unload data from a database on LINUX and transfer them to a mainframe database, is this correct?
Then you must do the following steps:
- ADAULD
- ADADCU with parameters RECORD_STRUCTURE=RDW or RDW_HEADER and TARGET_ARCHITECTURE=(EBCDIC,IBM_370_FLOATING,HIGH_ORDER_BYTE_FIRST)
- Transfer the data to the mainframe with FTP and the FTP option site rdw.
- Compress the data on mainframe and load them into the mainframe database.
For more information refer to the Adabas Utilities documentation.