IBM IMS® Explorer for VS CodeIMS Explorer for VS Code provides modern development practices and simplifies complex IMS development tasks using Visual Studio Code. Designed for application developers, database administrators, and system programmers, IMS Explorer for VS Code provides built-in features to access IMS inside Visual Studio Code IDE. By combining multiple activities into one environment, IMS Explorer for VS Code promotes modern development practices and simplifies complex IMS development tasks. IMS Explorer for VS Code 1.0.0 supports the following actions:
See Capabilities below for more details. Visit the IMS Explorer Github repository for documentation and additional information. Engage in the community forum for announcements of latest updates, provide feedback, submit questions, polls or request for ideas. Table of contentsSupportTo report issues or submit feedback about this extension, please open an issue in our GitHub repository. GitHub issues may also be used to submit requests for future enhancements PrerequisitesReview the IMS Explorer for VS Code License Agreement and Third Party Notices before downloading. The following software requirements must be met to run IMS Explorer for VS Code.
Extension settingsConfigurations can be made in VS Code Extension settings in order to specify the following:
Configuring IMS workspacesBefore getting started with an IMS project, ensure that the desired workspace for your IMS projects has been specified using the IMS Workspace status bar option. This option determines the location for the Configuring JavaThe IMS Explorer for VS Code extension utilizes VS Code user settings to configure Java. These settings allow you to select the specific installation of Java to pick, in case you have several installations, as well as set parameters such as how much memory you want the language servers to use. Selecting the Java installation to useIMS Explorer for VS Code extension will scanned the following locations, in the order specified, for the first Java installation that is at least Version 21 and 64-Bit to be used. If the target Java fails to meet requirements, the remaining target locations will be scanned:
Note that the methods at the end of the list require a significant amount of time as they are executing programs on your system. To improve startup times you should consider user settings as they provide the best startup performance. If Java cannot be located check the VS Code Output view's IMS Explorer for VS Code tab for any error and try to fix the problem by either setting the To define a user setting use the Preferences > Settings menu and either locate the setting in the graphical editor under IMS Explorer for VS Code or edit the setting json file directly by adding an entry as follows using an absolute path name to the Java installation directory. On Mac:
On Windows:
Configuring Java memory allocationBy default, a maximum of 2 gigabytes of memory will be allocated to be used for each IMS database connection. Ensure that your system has enough memory to support multiple database connections and SQL calls by using the following VS Code Settings provided to specify the maximum value of allocated memory.
Configuring log levelThe default Java logging level is info. Use the following VS Code Setting to change the value.
The logs appear in the Output panel. Additional logs would be displayed in the Configuring IMS WorkspaceUse the following VS Code Setting to change the defult directory of the IMS Workspace location to store associated extension files. On macOS: Default directory is the user home directory.
On Windows: Default directory is current the user profile directory.
CapabilitiesThe following sections offer a preview of the features available with the IMS Explorer for VS Code. IMS connection profilesCreate connections to IMS databases using the IMS connections view. IMS connections can be organized into folders and expanded or collapsed.
IMS connections tree and table viewsYou can add multiple IMS database connections in a tree view. Browse DBDs, PSBs, and PCBs for IMS databases using the IMS Connections tree view. You can use this view to:
In addition to segments and fields, IMS database DBDs, PSBs, and PCBs can also be viewed in a table. This allows simple click navigation between related PSBs and PCBs to find associated segments and fields.
You can verify connections to IMS databases or select another connection using the IMS Connection option in the status bar. IMS ProjectsCreate IMS projects to edit and organize SQL queries to execute on IMS databases.
Edit and execute SQLEdit and execute SQL from an IMS project file against an IMS database using a specified database connection. A results window is provided with a table containing the resulting query information. You can sort and filter results within the table. Each result set from SQL queries are stored in a query history view. You can download SQL result sets as a CSV file.
|



