Whichofthefollowingaretypesofroutineobjects?()
A. Packageandfunction
B. Functionanduserexit
C. Procedureandpackage
D. Functionandprocedure
查看答案
You want to use TCPMON between the two WS-Provisioning Service instances. How do you configure the endpoint of the partner WS-Provisioning service (i.e., the destination of step 3) so that TCPMON can be used?()
A. modify the ITFIMClientID
B. properties file
C. modify the ITFIMClientScript.constants file
D. use the IBM Tivoli Federated Identity Manager Console to modify a custom runtime parameter
E. use the WebSphere Application Server Administration Console to modify the WS-Provisioning application properties
Review the following program. What is the possible problem?()
A. #!/bin/ksh line is missing
B. Variable name VAR is not properly initialized
C. Loop variable is not incremented inside the loop
D. Loop variable is not decremented inside the loop
WhichofthefollowingareallvalidDB2datatypes?()
A. LONGVARCHAR,SMALLINT,NUMBER,BLOB
B. DECIMAL,DATE,DBCLOB,INTERVAL
C. NUMERIC,TIMESTAMP,BYTE,FLOAT
D. NUM,TIME,XML,DOUBLE
Given the following script, why does the output come out as an empty line instead of "dog"?()
A. The $VAR variable was not exported
B. The $VAR should have been set as VAR
C. dog needs double quotes around it when setting $VAR
D. The { } should not be around VAR in the echo command