ALCOBJ - to allocate object
DLCOBJ - to deallocate object
Valid lock states:
ALCOBJ - to allocate object
DLCOBJ - to deallocate object
Valid lock states:
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
SELECT host_name
FROM QSYS2.SYSTEM_STATUS_INFO_BASIC;
SELECT *
FROM QSYS2.SYSTEM_STATUS_INFO_BASIC ;
SELECT current_numeric_value
FROM QSYS2.SYSTEM_VALUE_INFO
WHERE system_value_name = 'QMAXJOB' ;
SELECT * FROM QSYS2.SYSDISKSTAT
WHERE ASP_NUMBER='1' ;
SELECT asp_num,
totcap,
totcapa,
100 - (totcapa * 100)/totcap as Filling FROM QSYS2.ASP_INFO;