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
ViewDescription
AUTHORIZATIONSorfe authorization ID
CHARACTER_SETSorfe CCSID supported
CHECK_CONSTRAINTSorfe check constraint
COLUMN_PRIVILEGESorfe privilege granted on a column
COLUMNSorfe column
INFORMATION_SCHEMA_CATALOG_NAMEone row for the relational database
PARAMET

Tags

By kimot, 24 December, 2022
Table/ViewDescription
SYSCATALOGSorfe relational database that a user can connect to
SYSCHKCSTorfe check constraint in the SQL schema
SYSCOLAUTHorfe privilege granted on a column
SYSCOLUMNSorfe column of each table and view in the SQL schema
SYSCOLUMNS2orfe column of each table and view in the SQL schema

Tags

By kimot, 24 December, 2022

ALCOBJ - to allocate object
DLCOBJ - to deallocate object
 

Valid lock states:

Tags