IMS-PL/1

ol test connection

[module folder]> ol test connection --base-package [base_package_name] --input-field-pattern M1* --output-field-pattern M2* --output-offset 0 --data-store-name IVP1 --group-name GROUP1 --username demo --password [password_text] --code-page 37 --transaction-properties.commit-mode SEND_AND_COMMIT --transaction-properties.user-message-exit-identifier HWSSMPL1 --transaction-properties.transaction-timeout 5000 --ssl-properties.is-ssl-enabled false --ssl-properties.ssl-encyption-type WEAK --ssl-properties.key-store-file-name [path/file_name] --ssl-properties.key-store-password 12345 --ssl-properties.trust-store-file-name [path/file_name] --ssl-properties.trust-store-password 12345
[module folder]$ ol test connection --base-package [base_package_name] --input-field-pattern M1* --output-field-pattern M2* --output-offset 0 --data-store-name IVP1 --group-name GROUP1 --username demo --password [password_text] --code-page 37 --transaction-properties.commit-mode SEND_AND_COMMIT --transaction-properties.user-message-exit-identifier HWSSMPL1 --transaction-properties.transaction-timeout 5000 --ssl-properties.is-ssl-enabled false --ssl-properties.ssl-encyption-type WEAK --ssl-properties.key-store-file-name [path/file_name] --ssl-properties.key-store-password 12345 --ssl-properties.trust-store-file-name [path/file_name] --ssl-properties.trust-store-password 12345

Return to tutorial

ol add

[module folder]> ol add --host 192.86.32.238 --port 13200 --program-path /QSYS.LIB/RMR2L1.LIB/FULLDETAIL.PGM --asset-name credit-account --source-path ../FULLDETAIL.cbl
[module folder]$ ol add --host 192.86.32.238 --port 13200 --program-path /QSYS.LIB/RMR2L1.LIB/FULLDETAIL.PGM --asset-name credit-account --source-path ../FULLDETAIL.cbl

Return to tutorial