What would be the possible alternatives for updating an ADABAS DATABASE file(for an RDBMS one can simply use an UPDATE SQL statement). This is not for application specific needs.
-
Write a COBOL program that uses ADABAS A1 command ?
-
Any utility that can be used for this purpose instead of writing a COBOL program?
-
Any Program generating tools to generate the COBOL program as mentioned in (1).