Advertisement
Guest User

Chapter 17

a guest
Dec 14th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.33 KB | None | 0 0
  1. Question 1
  2. 0 out of 1 points
  3. Which of the following is a z/OS system utility is the primary means of installing and updating software in a z/OS system?
  4. Selected Answer:
  5. Incorrect [None Given]
  6. Correct Answer:
  7. Correct SMP/E
  8. Question 2
  9. 0 out of 1 points
  10. Which z/OS role is normally responsible to ensure that all software products and their modifications are properly installed on the z/OS system?
  11. Selected Answer:
  12. Incorrect [None Given]
  13. Correct Answer:
  14. Correct System programmer
  15. Question 3
  16. 0 out of 1 points
  17. The z/OS software package that contains elements and control information used by SMP/E to install, update or fix software is called ___?
  18. Selected Answer:
  19. Incorrect [None Given]
  20. Correct Answer:
  21. Correct SYSMODs
  22. Question 4
  23. 0 out of 1 points
  24. All of the following statements concerning z/OS system functions are TRUE, except?
  25. Selected Answer:
  26. Incorrect [None Given]
  27. Correct Answer:
  28. Correct A load module must be compiled or assembled into object modules.
  29. Question 5
  30. 0 out of 1 points
  31. Which of the following statements is TRUE?
  32. Selected Answer:
  33. Incorrect [None Given]
  34. Correct Answer:
  35. Correct Source code is assembled or compiled into object modules.
  36. Question 6
  37. 0 out of 1 points
  38. A SYSMOD contains elements, which are the building blocks used to install or update a system function. Which of the following is(are) examples of SYSMOD elements?
  39. Selected Answer:
  40. Incorrect [None Given]
  41. Correct Answer:
  42. Correct All of the above
  43. Question 7
  44. 0 out of 1 points
  45. All of the following are examples of categories of SYSMODs, except?
  46. Selected Answer:
  47. Incorrect [None Given]
  48. Correct Answer:
  49. Correct FIX
  50. Question 8
  51. 0 out of 1 points
  52. An instruction in a source language that is replaced by a defined set of instructions in the same language is called a(n) ____?
  53. Selected Answer:
  54. Incorrect [None Given]
  55. Correct Answer:
  56. Correct a macro
  57. Question 9
  58. 0 out of 1 points
  59. In SMP/E, a system component or licensed program is called a(n) ____?
  60. Selected Answer:
  61. Incorrect [None Given]
  62. Correct Answer:
  63. Correct function
  64. Question 10
  65. 0 out of 1 points
  66. A part of an operating system, e.g., TSO/E, ISPF, RACF, etc., is called a ______?
  67. Selected Answer:
  68. Incorrect [None Given]
  69. Correct Answer:
  70. Correct component
  71. Question 11
  72. 0 out of 1 points
  73. Concerning the concepts of z/OS components, load modules, functions, and macros, which of the following statements is TRUE?
  74. Selected Answer:
  75. Incorrect [None Given]
  76. Correct Answer:
  77. Correct All of the above are true.
  78. Question 12
  79. 0 out of 1 points
  80. Introducing a new product, a new release of a product, updating a function is an example of which of the following types of SYSMODs?
  81. Selected Answer:
  82. Incorrect [None Given]
  83. Correct Answer:
  84. Correct FUNCTION
  85. Question 13
  86. 0 out of 1 points
  87. A system programmer coded SYSMOD that changes or adds independent functions represents is an example of which of the following types of SYSMODs?
  88. Selected Answer:
  89. Incorrect [None Given]
  90. Correct Answer:
  91. Correct USERMOD
  92. Question 14
  93. 0 out of 1 points
  94. A SYSMOD that applies a temporary IBM-supplied tested correction for a reported problem is an example of which of the following types of SYSMODs?
  95. Selected Answer:
  96. Incorrect [None Given]
  97. Correct Answer:
  98. Correct USERMOD
  99. Question 15
  100. 0 out of 1 points
  101. A SYSMOD that installs a temporary fix or a diagnostic analysis tool to determine the nature for aninitial reported problems for a single user is an example of which of the following types of SYSMODs?
  102. Selected Answer:
  103. Incorrect [None Given]
  104. Correct Answer:
  105. Correct APAR
  106. Question 16
  107. 0 out of 1 points
  108. All code and metadata used to track all installations, fixes and updates are stored in one or more VSAM datasets called ____?
  109. Selected Answer:
  110. Incorrect [None Given]
  111. Correct Answer:
  112. Correct Consolidated software inventory (CSI)
  113. Question 17
  114. 0 out of 1 points
  115. All of the following statements are true concerning a SYSMOD except?
  116. Selected Answer:
  117. Incorrect [None Given]
  118. Correct Answer:
  119. Correct Most SYSMODs are written in assembly language, though some system programmers may use other application programming languages
  120. Question 18
  121. 0 out of 1 points
  122. The simple declarative language used in SYSMODs which is used to provide control information to SMP/E is called?
  123. Selected Answer:
  124. Incorrect [None Given]
  125. Correct Answer:
  126. Correct MCS
  127. Question 19
  128. 0 out of 1 points
  129. Within a SYSMOD code how can one BEST distinguish between Modification Control Statements (MCSs) and modification text (code and elements)?
  130. Selected Answer:
  131. Incorrect [None Given]
  132. Correct Answer:
  133. Correct MCSs are preceded by ++; whereas, modification text is not.
  134. Question 20
  135. 0 out of 1 points
  136. The installation of a SYSMOD may be dependent on other previously installed SYSMODs. Concerning this SYSMOD dependency, which of the following statements are TRUE?
  137. Selected Answer:
  138. Incorrect [None Given]
  139. Correct Answer:
  140. Correct All of the previous statements are true.
  141. Question 21
  142. 0 out of 1 points
  143. Concerning the relationship between SMP/E functions, load and object modules which of the following statements is FALSE?
  144. Selected Answer:
  145. Incorrect [None Given]
  146. Correct Answer:
  147. Correct A given object module may only be used by one load module.
  148. Question 22
  149. 0 out of 1 points
  150. Each SYSMOD element is stored as one entry (one record) in the CSI and is identified by four IDs. Which of the following statements is TRUE?
  151. Selected Answer:
  152. Incorrect [None Given]
  153. Correct Answer:
  154. Correct All of the above are TRUE?
  155. Question 23
  156. 0 out of 1 points
  157. Given the following SYSMOD modification control statements:
  158. ++ PTF(ABC122)
  159. ++VER(Z038)FMID(DDD001)
  160. ++MOD(MOD1)
  161. Which of the following statements is TRUE?
  162. Selected Answer:
  163. Incorrect [None Given]
  164. Correct Answer:
  165. Correct The module name MOD1 of FUNCTION DDD001 will be replaced by this SYSMOD
  166. Question 24
  167. 0 out of 1 points
  168. Given the following SYSMOD modification control statements:
  169. ++ FUNCTION(ABC122)
  170. ++VER(Z038)
  171. ++MOD(MOD1)RFILE(1)DISTLIB(AOSFB)
  172. ++MOD(MOD2)RFILE(1)DISTLIB(AOSFB)
  173. Which of the following statements is FALSE?
  174. Selected Answer:
  175. Incorrect [None Given]
  176. Correct Answer:
  177. Correct MOD1 and MOD2 are prerequisites for FUNCTION ABC122.
  178. Question 25
  179. 0 out of 1 points
  180. Concerning the relationship between SMP/E Zones and Libraries, which of the following statements is FALSE?
  181. Selected Answer:
  182. Incorrect [None Given]
  183. Correct Answer:
  184. Correct Categories of SMP/E libraries include: Global, Target and Distribution
  185. Question 26
  186. 0 out of 1 points
  187. System executable code necessary to execute on your z/OS system is stored in (a) SMP/E ______.
  188. Selected Answer:
  189. Incorrect [None Given]
  190. Correct Answer:
  191. Correct Target Libraries
  192. Question 27
  193. 0 out of 1 points
  194. A centralized master copy of each SMP/E element which frequently serves as a backup is stored in (a) SMP/E ______.
  195. Selected Answer:
  196. Incorrect [None Given]
  197. Correct Answer:
  198. Correct Distribution Libraries
  199. Question 28
  200. 0 out of 1 points
  201. Information concerning system executable code necessary to execute on your z/OS system is stored in (a) SMP/E ________.
  202. Selected Answer:
  203. Incorrect [None Given]
  204. Correct Answer:
  205. Correct Target Zone
  206. Question 29
  207. 0 out of 1 points
  208. The function(s) of a SMP/E Gobal Zone is to ________.
  209. Selected Answer:
  210. Incorrect [None Given]
  211. Correct Answer:
  212. Correct All of the above.
  213. Question 30
  214. 0 out of 1 points
  215. Which SMP/E command will allow one to import or download a SYSMOD that is outside SMP/E CSI dataset or module libraries is _______?
  216. Selected Answer:
  217. Incorrect [None Given]
  218. Correct Answer:
  219. Correct RECEIVE
  220. Question 31
  221. 0 out of 1 points
  222. Which SMP/E command specifies which of the received SYSMODS are to be selected for installation and storage into a target library?
  223. Selected Answer:
  224. Incorrect [None Given]
  225. Correct Answer:
  226. Correct ACCEPT
  227. Question 32
  228. 0 out of 1 points
  229. Which SMP/E command checks to determine if all required SYSMODS (prerequisites) have been installed or are in the process of being installed?
  230. Selected Answer:
  231. Incorrect [None Given]
  232. Correct Answer:
  233. Correct ACCEPT
  234. Question 33
  235. 0 out of 1 points
  236. Which SMP/E command will copy a successfully-tested load module from a Target Library to a Distribution Library?
  237. Selected Answer:
  238. Incorrect [None Given]
  239. Correct Answer:
  240. Correct APPLY
  241. Question 34
  242. 0 out of 1 points
  243. Which SMP/E command creates a hardcopy report that lists information about the system?
  244. Selected Answer:
  245. Incorrect [None Given]
  246. Correct Answer:
  247. Correct LIST
  248. Question 35
  249. 0 out of 1 points
  250. Which SMP/E command check, compares, and creates a hardcopy report that lists information about a zone?
  251. Selected Answer:
  252. Incorrect [None Given]
  253. Correct Answer:
  254. Correct REPORT
  255. Question 36
  256. 0 out of 1 points
  257. After a load module has been successfully ACCEPTed ______?
  258. Selected Answer:
  259. Incorrect [None Given]
  260. Correct Answer:
  261. Correct Entries are automatically entered into the Target Zone.
  262. Question 37
  263. 0 out of 1 points
  264. Given the analogy of a library which contains a library card catalog and a book and bookshelves. The concept of a "library card catalog" is MOST analogous to the concept of a SMP/E ______.
  265. Selected Answer:
  266. Incorrect [None Given]
  267. Correct Answer:
  268. Correct CSI zone
  269. Question 38
  270. 0 out of 1 points
  271. Given the analogy of a library which contains a library card catalog and a book and bookshelves. The concept a "bookshelf" is MOST analogous to the concept of a SMP/E ______.
  272. Selected Answer:
  273. Incorrect [None Given]
  274. Correct Answer:
  275. Correct library
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement