IBM i Administration V1 - C9010-030무료 덤프문제 풀어보기
What is the purpose of the SAVSECDTA command?
정답: B
An administrator added a prestart job entry to the QCMN subsystem using the following command:
ADDPJE SBSD(QCMN) PGM(PGMA) INUOBS(350) THRESHOLD(250) ADUOBS(150) MAXUSE (200)
The entry is used extensively and many remote requests connect to the prestart jobs. After adding the entry, the administrator determines that the system periodically freezes and response time is slow.
What is the most likely cause of the problem?
ADDPJE SBSD(QCMN) PGM(PGMA) INUOBS(350) THRESHOLD(250) ADUOBS(150) MAXUSE (200)
The entry is used extensively and many remote requests connect to the prestart jobs. After adding the entry, the administrator determines that the system periodically freezes and response time is slow.
What is the most likely cause of the problem?
정답: D
Given the following code sample:
DCL VAR(&USER)TYPE(*CHAR) LEN(10)
DCL VAR(&EMAIL1)TYPE(*CHAR) LEN(30)
RTVUSRPRF RTNUSRPRF(&USER)
SELECT
WHEN COND(&USER *EQ 'JOHN") THEN(CHGVAR +
VAR(&EMAIL1) VALUECJOHNtgCOMPANY.COM'))
OTHERWISE CMD(DO)
SNDPGMMSG MSGID(CPF9898) MSGF(QCPFMSG) +
MSGDTA('YOU ARE NOT AUTHORIZED TO USE THE TOOL') MSGTYPE
(*INFO)
CHGUSRPRF USRPRF(&USER) STATUS(*DISABLED)
GOTO CMDLBL(END)
ENDDO
ENDSELECT
STRSBS SBSD(BSTSBS)
END: ENDPGM
What will happen when user CARLA starts the program in interactive mode?
DCL VAR(&USER)TYPE(*CHAR) LEN(10)
DCL VAR(&EMAIL1)TYPE(*CHAR) LEN(30)
RTVUSRPRF RTNUSRPRF(&USER)
SELECT
WHEN COND(&USER *EQ 'JOHN") THEN(CHGVAR +
VAR(&EMAIL1) VALUECJOHNtgCOMPANY.COM'))
OTHERWISE CMD(DO)
SNDPGMMSG MSGID(CPF9898) MSGF(QCPFMSG) +
MSGDTA('YOU ARE NOT AUTHORIZED TO USE THE TOOL') MSGTYPE
(*INFO)
CHGUSRPRF USRPRF(&USER) STATUS(*DISABLED)
GOTO CMDLBL(END)
ENDDO
ENDSELECT
STRSBS SBSD(BSTSBS)
END: ENDPGM
What will happen when user CARLA starts the program in interactive mode?
정답: A
Which parameter of the RSTOBJ command can improve the efficiency of a restore operation when restoring individual objects from a tape that contains a full system save?
정답: A
Which statement is correct about installing system firmware on a single image system that has no HMC?
정답: C
Which option represents the complete list of parameters for defining an interface with a static address for IPv6 in addition to the line description name?
정답: C
An IBM i guest LPAR is hosted by another IBM i LPAR. The administrator wants to save the virtual storage spaces.
Which command is used to save the virtual storage spaces?
Which command is used to save the virtual storage spaces?
정답: D