I’m sure this question belongs in this “ADABAS Basics” forum.
I am doing investigation/experimentation, etc from ADABAS 8.1.4 on z/OS to ADABAS 6.1.8 on WinXP. The “Using Utilities” section of ADABAS Open Systems documentation, under “Platform Dependencies”, states:
"If you want to exchange data between high-order-first and low-order-first platforms, you should proceed as follows:
“1. Unload with ADAULD
2. Decompress with ADADCU
3. Compress with ADACMP
4. Load with ADAMUP”
…and that’s the extent of the platform dependencies information. I suspect there is MUCH more. (There are Time & Date fields in this file, but no MU’s or PE’s.)
I am starting simply. My WinXP environment is single-user on a stand-alone workstation – starting with the least complicated files first:
- ADACMP DECOMPRESS on z/OS
- IND$FILE transfer to WinXP (tried both TEXT and BINARY) – I expect this is part of the problem
- ADACMP (command prompt) on WinXP
[b]E:\Software AG\Adabas\V618\BIN>adacmp DBID=8,FILE=22
%ADACMP-I-STARTED, 06-JAN-2011 07:34:21, Version 6.1.8.03 (Windows)
%ADACMP-I-DBON, database 8 accessed online
%ADACMP-W-ERROR, Field = ID, ISN = 1, Offset = 249
%ADACMP-E-UNXEOF, CMPIN - unexpected end of file
Descriptor summary:
Descriptor CC : 0 bytes, 0 occ
%ADACMP-W-CMPREC, Number of compressed records : 0
%ADACMP-I-IOCNT, 2 IOs on dataset CMPDTA
%ADACMP-I-IOCNT, 1 IOs on dataset CMPDVT
%ADACMP-I-IOCNT, 6 IOs on dataset CMPERR
%ADACMP-I-IOCNT, 6 IOs on dataset CMPIN
%ADACMP-I-IOCNT, 1 IOs on dataset ASSO
%ADACMP-I-ABORTED, 06-JAN-2011 07:34:21, elapsed time: 00:00:00[/b]
I have tried several iterations of, trying a binary file, trying including the FDT rather than pointing to the file in ADABAS (the file definition exists in the database). Rather than continue to beat my head against the wall, I thought I would ask advice. In general, how SHOULD this be done?