How do I . . . ?
Obtain answers to frequently asked questions about using the z/OS® integrated development environment.
- How do I determine the product level of the remote system server?
In the Remote Systems view, connect to the remote system and then select MVS Files. The server level is shown in the Server Level field of the Properties view
- How do I determine which APARs or PTFs are applied to the remote system server?Open a z/OS UNIX command shell and issue the following two commands:
- $ cd /usr/lpp/IBM/zexpl/bin
- $ ./version.sh
Wed Feb 28 04:44:12 2019 -- COPY -- HHOPE10 v14.1.7.0 created 27 Feb 2019 14.1.7.0: AM41857 AM43628 AM52641 AM50744 AM51321 AM52427 AM52635
- How do I determine the product level of the client?
From the main menu bar, select
. - Some functions in the Remote Systems view
are disabled. How do I enable them?
Some functions, such as Retrieve Data Set and Find Member, require the remote system server to be at a certain product level. To access these functions, install the latest Developer for z/OS product version on the remote system server.
- How do I set the default editor for my COBOL or PL/I files?
- In the Preferences window, expand the categories.
- Select File Associations.
- In the File types list, select a file extension, such as .cbl or .pli.
- In the Associated editors list, select COBOL Editor or PL/I Editor.
- Click Default.
- Click OK to save the changes.
- The tooling icon in the COBOL or PL/I Editor is disabled. How
do I enable it?
- In the Preferences window, expand the COBOL or PL/I category.
- Select Real-Time Syntax Checking.
- Clear the Disable syntax parser checkbox.