I have been trying to unload an ADABAS file using ADAUTIL. While trying to DECOMPRESS, the syntax used is -
ADACMP DECOMPRESS INFILE = # (# is the File we are trying to unload). This results in all the records being written in the error file. The error is due to a NC (Null Compression) field present in the file.
I would like to know, how can I unload an ADABAS file, having a NC field?
One probable solution is to use FORMAT parameter, but that gives an extracted file with a different format.
How can we unload an ADABAS file, having NC field, without using FORMAT parameter?