PASE

By kimot, 25 December, 2022
activemqApache ActiveMQ - message broker written in java ( https://activemq.apache.org )
ansibleIT automation system ( https://www.ansible.com )
antApache Ant - tool for building Java applications ( https://ant.apache.org )
ant-docDocumentation files for Apache Ant
autoconfMacros that produce shell scripts to automatically configure software source code packages

Tags

By kimot, 25 December, 2022

To find file/s with specific name 
find /directory_to_search -name file_name 
when omitted QSYS.LIB 
find / -type d -name QSYS.LIB -prune -o -name 'file_name' -print 
or 

Tags

By kimot, 25 December, 2022

RPM (Red Hat Package Manager) command is used for installing, uninstalling, upgrading, querying, listing, and checking  packages.

Tags

By kimot, 25 December, 2022

In this case was problem with QSSHD user profile (IBM-SUPPLIED SSHD USER PROFILE). 
Seting this profile status to *ENABLED solved problem.

By kimot, 24 December, 2022
SELECT VAR_TYPE AS TYPE, 
       CAST(VAR_BNAME AS CHAR(50)) AS NAME,
       VAR_BVALUE AS VALUE,
       VAR_CCSID AS CCSID
FROM QSYS2.ENVIRONMENT_VARIABLE_INFO;