EasyGIMAPI 0.9.0 API
EasyGIMAPI is a Java interface to the GIMAPI SMP/E Application Programming Interface.
It allows you to quickly and easily query information from SMP/E using simple Java programs.
Requirements
- Java 17 or later
- GIMAPI load module available at runtime, i.e. it must run on z/OS
Maven Dependency
Define the Black Hill Software repository and add the dependency to your POM:
<repositories>
<repository>
<id>black-hill-software</id>
<name>Black Hill Software Repository</name>
<url>https://repository.blackhillsoftware.com/public</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.blackhillsoftware</groupId>
<artifactId>bhs-gimapi</artifactId>
<version>0.9.0</version>
</dependency>
</dependencies>
Usage
See thecom.blackhillsoftware.gimapi package information for EasyGIMAPI usage details.Packages
Package
Description
Java API for SMP/E GIMAPI on z/OS.
SMP/E elements: PNL, LMOD, MOD etc.
SMP/E zone entries.
SMP/E subentries.