2014年1月1日星期三

IBM meilleur examen 000-737, questions et réponses

Il faut une bonne préparation et aussi une série de connaissances professionnelles complètes pour réussir le test IBM 000-737. La ressourece providée par Pass4Test peut juste s'accorder votre demande.

Pass4Test est un bon catalyseur du succès pour les professionnels IT. Beaucoup de gens passer le test IBM 000-737 avec l'aide de l'outil formation. Les experts profitent leurs expériences riches et connaissances à faire sortir la Q&A IBM 000-737 plus nouvelle qui comprend les exercices de pratiquer et le test simulation. Vous pouvez passer le test IBM 000-737 plus facilement avec la Q&A de Pass4Test.

La Q&A de Pass4Test vise au test Certificat IBM 000-737. L'outil de formation IBM 000-737 offert par Pass4Test comprend les exercices de pratique et le test simulation. Vous pouvez trouver les autres sites de provider la Q&A, en fait vous allez découvrir que c'est l'outil de formation de Pass4Test qui offre les documentaions plus compètes et avec une meilleure qualité.

Code d'Examen: 000-737
Nom d'Examen: IBM (DB2 9 System Administrator for z/OS Exam)
Questions et réponses: 102 Q&As

Participer au test IBM 000-737 est un bon choix, parce que dans l'Industire IT, beaucoup de gens tirent un point de vue que le Certificat IBM 000-737 symbole bien la professionnalité d'un travailleur dans cette industrie.

Le guide d'étude de Pas4Test comprend l'outil de se former et même que le test de simulation très proche de test réel. Pass4Test vous permet de se forcer les connaissances professionnelles ciblées à l'examen Certification IBM 000-737. Il n'y a pas de soucis à réussir le test avec une haute note.

Il y a beaucoup de gans ambitieux dansn l'Industrie IT. Pour monter à une autre hauteur dans la carrière, et être plus proche du pic de l'Industrie IT. On peut choisir le test IBM 000-737 à se preuver. Mais le taux du succès et bien bas. Participer le test IBM 000-737 est un choix intelligent. Dans l'Industrie IT de plus en plus intense, on doit trouver une façon à s'améliorer. Vous pouvez chercher plusieurs façons à vous aider pour réussir le test.

000-737 Démo gratuit à télécharger: http://www.pass4test.fr/000-737.html

NO.1 In a data sharing system, a system programmer observes very high page p-lock contention. Which two
actions can they take to reduce this contention? (Choose two.)
A.Reduce row level locking for objects used in high volume transactions.
B.For table spaces defined with LOCKSIZE ANY, use ISOLATION(UR) for high volume query transactions
using these objects.
C.ALTER heavy used table spaces to use COMPRESS NO.
D.Ensure heavy used indexes are defined with COPY NO.
E.ALTER heavy used table spaces to use TRACKMOD NO.
Answer:A E

IBM   000-737   000-737 examen   certification 000-737   000-737

NO.2 Which two actions must be performed for a data sharing traditional image copy disaster recovery?
(Choose two.)
A.Use STARTRBA=ENDRBA for the conditional restart control record.
B.Start DB2 using the LIGHT(YES) keyword.
C.Use DEFER=ALL in the system parameters during the first restart.
D.Modify the IRLM start up proc to specify SCOPE=LOCAL.
E.Use the SETXCF FORCE command to delete DB2 CF structures.
Answer:C E

IBM examen   certification 000-737   000-737

NO.3 Which statement is true regarding disaster recovery scenarios?
A.When using the RESTORE SYSTEM utility, each DB2 member must use the same SYSPITR value
when creating conditional restart control records (CRCR).
B.When using an advanced disk mirroring solution, a conditional restart of DB2 must still be performed at
the disaster site.
C.With a synchronous peer to peer replication solution, a group restart is not required for a data sharing
group since everything is synchronously mirrored.
D.A backup taken from the BACKUP SYSTEM utility cannot be used for object level recovery for the
catalog/directory during a disaster recovery scenario.
Answer:A

certification IBM   000-737   000-737 examen   certification 000-737

NO.4 DSNDB06.SYSPLAN runs out of space. Which steps should be performed to resolve the situation?
A.1) COPY DSNDB06.SYSPLAN. 2) Stop DSNDB06.SYSPLAN. 3) Delete DSNDB06.SYSPLAN VSAM
data set. 4) Define DSNDB06.SYSPLAN VSAM data set with more space. 5) Start DSNDB06.SYSPLAN.
6) RECOVER DSNDB06.SYSPLAN.
B.1) UNLOAD DSNDB06.SYSPLAN. 2) Stop DSNDB06.SYSPLAN. 3) Delete DSNDB06.SYSPLAN
VSAM data set. 4) Define DSNDB06.SYSPLAN VSAM data set with more space. 5) Start
DSNDB06.SYSPLAN. 6) LOAD DSNDB06.SYSPLAN.
C.1) UNLOAD DSNDB06.SYSPLAN. 2) ALTER PRIQTY to a larger value. 3) LOAD REPLACE
DSNDB06.SYSCOPY.
D.1) REORG UNLOAD SHRLEVEL REFERENCE DSNDB06.SYSPLAN. 2) Stop DSNDB06.SYSPLAN. 3)
Delete DSNDB06.SYSPLAN VSAM data set. 4) Define DSNDB06.SYSPLAN VSAM data set with more
space. 5) Start DSNDB06.SYSPLAN. 6) REORG RESUME DSNDB06.SYSPLAN.
Answer:A

IBM   000-737   000-737 examen   certification 000-737   000-737

NO.5 A DASD controller error occurs which results in all of the active logs being marked as "STOPPED" by
DB2. Which steps should be performed to resolve the log status after the controller error has been
repaired?
A.1) Stop DB2. 2) Start DB2.
B.1) Stop DB2. 2) REPRO the archive logs to the corresponding active logs. 3) Start DB2.
C.1) Stop DB2. 2) Use DSN1LOGP to make sure last log record written matches the information in the
BSDS. 3) Do a conditional restart specifying ENDRBA to the highest RBA in the log.
D.1) Use the change log inventory utility (DSNJU003) to delete the active logs from the BSDS. 2) Use the
change log inventory utility (DSNJU003) to add the active logs back into the BSDS.
Answer:D

certification IBM   000-737 examen   certification 000-737   certification 000-737   000-737

NO.6 Which privilege is required to use the ACCESS command?
A.DISPLAY
B.STARTDB
C.MONITOR
D.ACCESSDB
Answer:B

certification IBM   000-737   000-737   000-737

NO.7 A user job runs a very long time without commit and then the application abends. The job updated a
critical table that is used by many applications. The back out is taking a long time. Which statement
describes the appropriate action to take?
A.Cancel the DB2 system since this is a critical resource that is needed by many applications.
B.Issue the -CANCEL THREAD(token) NOBACKOUT.
C.Let DB2 continue with the back out.
D.Restart the system using the LBACKOUT=AUTO system parameter.
Answer:C

IBM   000-737   certification 000-737   certification 000-737   000-737 examen

NO.8 An accounting report shows high class 3 times. Which three could contribute to the class 3 times?
(Choose three.)
A.elapsed time
B.not accounted time
C.page latch
D.service task switch
E.synchronous I/O
Answer:C D E

IBM   000-737   certification 000-737   000-737

NO.9 Which two statements are true regarding a traditional image copy disaster recovery in a data sharing
environment? (Choose two )
A.All members defined to the data sharing group must be restarted at the disaster recovery site.
B.When using change log inventory (DSNJU003), the latest log record sequence number that can be
used is the oldest last written log record of all members participating in the restart.
C.Only one conditional restart control record (CRCR) needs to be created for the data sharing group and
all DB2 members will utilize this CRCR during restart.
D.SETXCF FORCE commands should be used to purge DB2 coupling facility structures prior to staring
the first DB2 member.
E.The catalog and directory must be recovered by first data sharing member brought up at the disaster
recovery site and all other members must not be started before this recovery is finished.
Answer:B D

IBM   000-737 examen   000-737   certification 000-737

NO.10 You are planning the migration of your DB2 subsystem from version 8 to version 9. Rebinding existing
packages is highly recommended, but you are also worrying about potential problems that might occur
with new access paths after rebind. Which action gives you the option to rebind packages with the ability
to fall back to the original access path if performance problems are encountered?
A.Use REBIND PACKAGE option PLANMGMT(BASIC) or (EXTENDED).
B.Use REBIND PACKAGE option REOPT(ONCE).
C.Use REBIND PACKAGE option OPTHINT.
D.Use REBIND PACKAGE option KEEPDYNAMIC(YES).
Answer:A

IBM examen   certification 000-737   000-737   000-737

NO.11 A number of jobs are waiting for an allied connection to access a DB2 subsystem. What should be
done to increase the number of allied connections that can be allocated concurrently?
A.Increase the value of MAXDBAT.
B.Increase the value of CTHREAD.
C.Increase the value of MAXKEEPD.
D.Increase the value of MAXDS.
Answer:B

IBM   000-737   certification 000-737   000-737

NO.12 A customer has just migrated their DB2 system to V9 new function mode. They currently use the
BACKUP SYSTEM utility and have optionally dumped the backup to tape. Which action should be
performed to only use the system level backup that was taken to disk?
A.Run the DSNJU003 utility and modify the system point in time backup record to have
DUMPSTATE=NONE.
B.Use the BACKUPTYPE(DASD) keyword on the RESTORE SYSTEM utility.
C.Use the TAPEDUMP(NORECSYS) keyword on the BACKUP SYSTEM utility when the backup is taken.
D.Set the RESTORE_RECOVER_FROMDUMP system parameter to NO.
Answer:D

IBM examen   000-737   000-737 examen   000-737 examen

NO.13 A DB2 subsystem is being migrated/converted from DB2 Version 8 to DB2 9. The subsystem currently
has these characteristics: new DB2 9 functions are not available; no DB2 9 objects can exist; the
subsystem cannot fall-back to CM (conversion mode); the subsystem cannot fall-back to Version 8; the
subsystem cannot coexist with any Version 8 systems in a data sharing group. Which mode describes the
DB2 subsystem?
A.CM* (conversion mode*)
B.ENFM (enabling-new-function mode)
C.ENFM* (enabling-new-function mode*)
D.NFM (new-function mode)
Answer:B

IBM examen   000-737   000-737 examen

NO.14 Your administrative scheduler shows message DSNA679I indicating that one or both copies of your
task lists is not accessible or is corrupted. Your analysis shows that only the VSAM file is corrupt, but the
ADMIN_TASKS table is still operational. Which statement describes how to correct this situation?
A.Create an empty version of the VSAM task list and let DB2 perform an autonomic recovery using the
content of the ADMIN_TASKS table.
B.Create an empty version of the VSAM task list and use REPRO utility to copy the contents of the VSAM
cluster containing the ADMIN_TASKS table.
C.Create an empty version of the VSAM task list and use DB2 command -RECOVER TASKLIST to
recover the content of the ADMIN_TASKS table.
D.No manual interaction is needed as long as the ADMIN_TASKS table is still accessible.
Answer:A

IBM   certification 000-737   000-737

NO.15 Which two accounting trace classes must be active when tracing package and DBRM related activity?
(Choose two.)
A.class 1
B.class 2
C.class 3
D.class 5
E.class 7
Answer:A E

IBM   000-737 examen   certification 000-737   000-737   certification 000-737

NO.16 An accounting trace shows a high get page per SQL ratio for a query which retrieves just one row each
time it is executed. Which two situations could account for the high ratio? (Choose two.)
A.Use of a matching unique index scan.
B.Use of a nonmatching index scan.
C.Use of an index with low cardinality.
D.Use of an index with high cardinality.
E.Use of a single column index that is a GENERATED ALWAYS identity column.
Answer:B C

IBM   000-737   000-737 examen   certification 000-737   000-737

NO.17 There is a suspected problem with catalog table space DSNDB06.SYSDBASE. Should a problem be
discovered, which series of tasks could you run to analyze and resolve the problem?
A.Run DSN1CHKR against DSNDB06.SYSDBASE; run REPAIR DSNDB06.SYSDBASE as necessary.
B.STOP DSNDB06.SYSDBASE; run REPAIR DBD against DSNDB06.SYSDBASE as necessary.
C.START DSNDB06.SYSDBASE ACCESS(UT); run DSN1CHKR against DSNDB06.SYSDBASE; run
REPAIR DSNDB06.SYSDBASE as necessary, START DSNDB06.SYSDBASE ACCESS(RW).
D.STOP DSNDB06.SYSDBASE; run CHECK DATA to validate RI constraints; run DSN1CHKR
DSNDB06.SYSDBASE; run REPAIR DSNDB06.SYSDBASE as necessary, START
DSNDB06.SYSDBASE.
Answer:C

IBM examen   000-737 examen   000-737 examen   000-737 examen

NO.18 A number of jobs are waiting for an allied connection to access a DB2 subsystem. What should be
done to increase the number of allied connections that can be allocated concurrently?
A.Increase the value of MAXDBAT.
B.Increase the value of CTHREAD.
C.Increase the value of MAXKEEPD.
D.Increase the value of MAXDS.
Answer:B

IBM   000-737 examen   000-737

NO.19 Which two methods can be used to configure the use of a SSL secure port on a DB2 for z/OS server?
(Choose two.)
A.Specify "Y" in the SECURE column of SYSIBM.SYSLOCATIONS.
B.Specify a secure port value in the PORT column of SYSIBM.SYSLOCATIONS.
C.Update the DDF statement in the BSDS using DSNJU003.
D.Specify the TCP/IP port number in the DRDA SECURE PORT field of the Distributed Data Facility Panel
2 (DSNTIP5).
E.Specify the value of the secure port in the DRDA PORT field of DSNTIP5.
Answer:C D

IBM examen   000-737   000-737   000-737 examen   000-737 examen   certification 000-737

NO.20 You have to recover your complete DB2 system by image copies and the RECOVER utility. You start the
recovery with DSNDB01.SYSUTILX and DSNDB01.DBD01. Which table space must be recovered next?
A.DSNDB01.SPT01
B.DSNDB01.SYSLGRNX
C.DSNDB06.SYSCOPY
D.DSNDB06.SYSDBASE
Answer:C

IBM   certification 000-737   000-737 examen   000-737

NO.21 Which three statements are correct for automatic management of buffer pool storage in DB2 9?
(Choose three.)
A.You do not need to ALTER BUFFERPOOL with AUTOSIZE(YES) to enable this functionality.
B.DB2 provides sizing information to WLM.
C.DB2 communicates to WLM each time allied agents encounter delays due to read I/O.
D.DB2 periodically reports BPOOL size and random read hit ratios to WLM.
E.The automatic altered buffer pool sizes are resized to the original with the recycle of the DB2
sub-system.
Answer:B C D

certification IBM   certification 000-737   000-737   000-737 examen

NO.22 You are migrating your DB2 subsystem from version 8 to DB2 9. You have already used the
user-defined RTS tables in version 8 and you are planning to also use RTS in version 9. Which two
statements are true? (Choose two.)
A.DSNRTSDB is integrated into the DB2 9 catalog.
B.The existing the real-time statistics data is copied from your user-defined tables to catalog tables as part
of the migration to CM.
C.You can safely drop your user-defined RTS database once you are in ENFM.
D.You should keep your user-defined RTS database until you have fully migrated to NFM.
E.Execute DDL in member DSNTESS in SDSNSAMP to create the RTS database.
Answer:A C

IBM   certification 000-737   000-737

NO.23 You create a system level point-in-time recovery conditional restart control record with SYSPITR value
of FFFFFFFFFFFF. Afterwards, you run the RESTORE SYSTEM utility. Which statement is correct?
A.RESTORE SYSTEM does not do anything, because this SYSPITR value indicates a "no-operation".
B.The specified LRSN is an IBM internal SYSPITR value, reserved for serviceability only.
C.RESTORE SYSTEM fails because the SYSPITR value is outside the range of valid log points.
D.The whole DB2 data sharing group is recovered without log truncation.
Answer:D

certification IBM   certification 000-737   000-737   000-737 examen

NO.24 What is a benefit of using the in-memory work file in DB2 9?
A.Improves performance using TEMP database.
B.Avoids I/Os for the declared global temporary tables.
C.Improves performance for small sorts.
D.Sorts a large number of rows faster.
Answer:C

IBM   000-737   000-737 examen   000-737 examen   certification 000-737

NO.25 Within which two DB2 address spaces may the execution of a DB2 stored procedure occur? (Choose
two.)
A.Workload Manager SPAS
B.Database Services (DBM1)
C.DB2-established SPAS
D.Distributed Data Facility (DDF)
E.System Services (MSTR)
Answer:A B

IBM examen   000-737   certification 000-737

NO.26 Regarding SVC dumps for the DBM1 address space, what should be reviewed to determine the DB2
failing component?
A.the GRS summary
B.the LOGREC symptom string
C.the RMM Control Block Analysis
D.the RSM summary
Answer:B

IBM   000-737   certification 000-737

NO.27 A customer is performing a traditional image copy disaster recovery test. The systems programmer
creates a conditional restart control record (CRCR) but detects an error before starting DB2. Which action
should be performed to correct the CRCR record?
A.First use CRESTART,DELETE to delete the error CRCR record then CRESTART,CREATE to add a
new one.
B.Start DB2, reply "M" to the WTOR that is displayed from the first CRCR record to modify the CRCR
parameters.
C.Use CRESTART,MODIFY to modify the parameters of the error CRCR record.
D.Use CRESTART,CREATE to create a new CRCR record.
Answer:D

IBM   000-737   000-737

NO.28 The DB2-supplied SQL Procedure Processor stored procedure DSNTPSMP requires which two for
execution? (Choose two.)
A.DB2 for z/OS REXX Language Support
B.Workload Manager SPAS with NUMTCB=1
C.Workload Manager SPAS with NUMTCB > 1
D.Optimization Service Center
E.Java Virtual Machine
Answer:A B

IBM examen   000-737 examen   000-737   000-737   000-737 examen

NO.29 By examining a DB2 accounting report, how can you determine if DASD I/O contention is a factor in a
poor performing application?
A.Divide the number of get pages by the number of synchronous I/Os.
B.Divide the synchronous I/O wait time by the number of synchronous I/Os.
C.Divide the asynchronous I/O wait time by the number of synchronous I/Os.
D.Divide the class 2 elapsed time by the number of synchronous I/Os.
Answer:B

IBM   000-737   certification 000-737   000-737 examen

NO.30 Which two statements regarding system parameters are true? (Choose two.)
A.Indexes can now be mapped to 8K and 16K buffer pools assigned by default using the system
parameter IDXBPOOL.
B.Implicit table space data sets are always defined at create time without a system parameter to override
this behavior.
C.Indexes can be compressed for an entire subsystem by setting the IDXCOMP system parameter to
YES.
D.The default for BIND option DBPROTOCOL can no longer be specified using the system parameter
DBPROTCL.
E.The amount of work file storage used by any one agent cannot be controlled via system parameters.
Answer:A D

IBM   000-737 examen   000-737   000-737 examen   certification 000-737

Le Pass4Past possède une équipe d'élite qui peut vous offrir à temps les matériaux de test Certification IBM 000-737. En même temps, nos experts font l'accent à mettre rapidement à jour les Questions de test Certification IT. L'important est que Pass4Test a une très bonne réputation dans l'industrie IT. Bien que l'on n'ait pas beaucoup de chances à réussir le test de 000-737, Pass4Test vous assure à passer ce test par une fois grâce à nos documentations avec une bonne précision et une grande couverture.

没有评论:

发表评论