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

By kimot, 24 December, 2022
IPL  SRC   Function Performed
C1xx 1xxx  Service Processor ROS IPL in progress
C1xx 1006  Service processor ROS loading RAM from MFIOP directed device
C1xx 1007  Service Processor ROS retrying attempt to load RAM from MFIOP directed device
C1xx 1008  Service Processor ROS attempting to load RAM from non-MFIOP directed device
C1xx 1009  Service Processor ROS retrying attempt to load RAM from non-MFIOP directed device
C1xx 1016  Service Processor ROS attempting to load RAM from MFIOP default device

Tags