Script

Hello everyone ! :smiley:
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 ! :smiley:
Marcos
:smiley:

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:

  1. ADAULD
  2. ADADCU (maybe with special parameter TARGET_ARCHITECTURE)
  3. ADACMP (maybe with special parameter SOURCE_ARCHITECTURE)
  4. 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:

  1. ADAULD
  2. ADADCU with parameters RECORD_STRUCTURE=RDW or RDW_HEADER and TARGET_ARCHITECTURE=(EBCDIC,IBM_370_FLOATING,HIGH_ORDER_BYTE_FIRST)
  3. Transfer the data to the mainframe with FTP and the FTP option site rdw.
  4. Compress the data on mainframe and load them into the mainframe database.

For more information refer to the Adabas Utilities documentation.