Releaseinformationen zur COBOL-Dokumentation

Die folgende, in Rational Developer für System z Version 7.1 enthaltene COBOL-Dokumentation verweist unter dem Namen WebSphere Developer für System z auf das Produkt Rational Developer für System z:

Die Änderung des Produktnamens von WebSphere Developer für System z in Rational Developer für System z wird in einem künftigen Release von Developer für System z in der COBOL-Dokumentation berücksichtigt werden.

Durch die Änderung des Produktnamens haben sich ein paar funktionale Details von Developer für System z geändert. Diese Änderungen spiegeln sich noch nicht im 'COBOL for Windows Programming Guide' wider. Nachfolgend sind die Austauschtexte für geänderte Elemente angegeben:

Der nachfolgende Text aus dem Abschnitt Setting environment variables for COBOL for Windows (Seite 194 in der PDF) ist ein Beispiel für diese Änderungen im Handbuchkontext.

Rational Developer for System z provides a command file, setenvWDZ71.bat, that you can use to set the environment variables for accessing the COBOL for Windows compiler and runtime libraries.

To set up the COBOL for Windows environment in the current command window, you can issue the following command, which uses the fully qualified path to the file:

"%WDZ71INSTDIR%\bin\setenvWDZ71"

Alternatively, you can first set the PATH environment variable to access the command file, and then invoke the command file using only the file name:

SET PATH=%PATH%;%WDZ71INSTDIR%\bin
setenvWDZ71

If you want to be able to invoke the setenvWDZ71 command from any command window that you open, without having to specify the path to the file, append the following string to your PATH system environment variable in the System Properties window:

;%WDZ71INSTDIR%\bin

nstead of setting the environment variables for COBOL by invoking a command file, you can launch the COBOL environment by clicking Start -> All Programs -> install_name -> IBM Rational Developer for System z -> Command Environment for Local Compilers where install_name is a name that you assigned during installation (by default, IBM Software Development Platform).