This course is designed to provide the SMP/E skills needed in the installation and maintenance of optional features and maintenance in the z/OS operating environment. Students are taught to define the SMP/E database and invoke SMP/E to add, modify, or replace system elements. The course includes extensive hands-on labs using a current level of SMP/E. Students will get practical experience in the SMP/E tasks involved in installing a z/OS product. Emphasis is on interpreting results of SMP/E processing. SMP/E concepts examined in this course include modification control statements, the consolidated software inventory, zone structure, and error analysis. SMP/E commands such as RECEIVE, APPLY, ACCEPT, RESTORE, REPORT, and LIST are discussed. Students will also learn how to perform automated SMP/E delivery of z/OS and product maintenance over the Internet with an automated SMP/E process that downloads and installs IBM preventive and corrective service over the Internet.
通过 Coursera Plus 提高技能,仅需 239 美元/年(原价 399 美元)。立即节省

您将获得的技能
您将学习的工具
要了解的详细信息

添加到您的领英档案
9 项作业
了解顶级公司的员工如何掌握热门技能

该课程共有12个模块
SMP/E is a tool designed to manage your z/OS operating environment. It is capable of ensuring the proper installation of products and maintenance in a complex environment, so it is no surprise that the tool itself is complex. This unit presents the basic terms and concepts associated with SMP/E to give you a foundation on which to build understanding of a product that has many closely interrelating parts. This unit assumes some knowledge of basic z/OS facilities. If you are unfamiliar with some of the z/OS terminology used here, please refer to the glossary after the Appendix B of this student guide.
涵盖的内容
7个视频1个作业
7个视频•总计41分钟
- SMP/E Overview Part I•8分钟
- SMP/E Overview Part II•6分钟
- SMP/E Overview Part III•3分钟
- SYSMOD sources I•7分钟
- SYSMOD sources II•5分钟
- SMP/E processing•8分钟
- Installation process•4分钟
1个作业•总计30分钟
- Checkpoint Quiz #1•30分钟
SMP/E SYSMODs contain both the modification text and a set of instructions that advise SMP/E exactly how the modification is to be used. These instructions, called modification control statements (MCS) contain the details of how and where the SYSMOD is to be installed. In this unit, you will examine MCS as well as the three techniques used to package SYSMODs.
涵盖的内容
5个视频
5个视频•总计33分钟
- Introduction SYSMOD packaging•3分钟
- Modification Control Statements Part I•10分钟
- Modification Control Statements II•9分钟
- Control Modification Statements III•5分钟
- Packaging Systems•7分钟
One of the primary responsibilities of SMP/E is to keep track of SYSMODs that are installed on your system. SMP/E ensures that all SYSMODs affecting a given element are installed in the proper sequence. Element regression does not occur if the SYSMODs are installed in the correct order. This order is determined by the packager and is communicated to SMP/E through the modification control statements. This unit explains how SMP/E tracks the SYSMOD level of an element. Why tracking is so important and the details involved are both discussed in the APPLY processing unit.
涵盖的内容
1个视频1个作业
1个视频•总计6分钟
- Tracking Element Levels•6分钟
1个作业•总计30分钟
- Checkpoint Quiz #2•30分钟
The consolidated software inventory contains information necessary for all SMP/E processing. It describes how a given set of system libraries is built so SMP/E knows how to add to and modify those libraries.
涵盖的内容
5个视频1个作业
5个视频•总计36分钟
- CSI structure•9分钟
- Controlled Information•12分钟
- Status Information•3分钟
- Content and Structure Information•6分钟
- Zone Management Commands•5分钟
1个作业•总计30分钟
- Checkpoint Quiz #3•30分钟
SMP/E can be invoked either by using the dialogs (which generate JCL) or by submitting batch jobs containing JCL. This unit examines SMP/E JCL. Specifically, we will look at the required DD statements necessary to process various commands. SMP/E also provides the ability to have the required data sets dynamically allocated when needed. The methods and advantages to dynamic allocation will also be discussed in this unit.
涵盖的内容
2个视频
2个视频•总计20分钟
- Invoking SMP/E and SMPE data sets•13分钟
- Dynamic Allocation•6分钟
Tasks involved in maintaining the currentness of a system include the installation of SYSMODs. The first step in the installation is the RECEIVE process which stages SYSMODs into the SMP/E database. This unit examines the RECEIVE process. Also discussed is the REJECT command which reverses the results of RECEIVE.
涵盖的内容
4个视频1个作业
4个视频•总计26分钟
- Receive and Reject - Introduction I•8分钟
- Receive and Reject - Introduction II•5分钟
- HOLDDATA I•7分钟
- HOLDDATA II•6分钟
1个作业•总计30分钟
- Checkpoint Quiz #4•30分钟
The APPLY command is used to install elements supplied by a SYSMOD into the target system libraries. The APPLY process selects SYSMODs in the global zone based on operands coded on the APPLY command as well as their applicability to the environment. SMP/E also ensures that all requisite SYSMODs are applied or are being applied concurrently. It invokes system utilities to install the elements into the target libraries and records the new element's level in the target zone. This unit examines each of these phases in detail as well as the various operands that can be specified on the APPLY command.
涵盖的内容
7个视频1个作业
7个视频•总计50分钟
- Apply Processing: Introduction•3分钟
- Operands•7分钟
- SYSMOD selection and applicability checks•8分钟
- JCLIN processing•6分钟
- Element Selection•4分钟
- Element installation•12分钟
- CSI Updates and reports•10分钟
1个作业•总计30分钟
- Checkpoint Quiz #5•30分钟
The ACCEPT command is used to cause SMP/E to install the elements supplied by a SYSMOD into the distribution libraries. This master copy of elements is used when SYSMODs, installed on the target system, must be RESTOREd. They also serve as a base from which your installation can perform a system generation.
涵盖的内容
2个视频
2个视频•总计10分钟
- Accept Processing : Introduction•7分钟
- ACCEPT Processing•3分钟
RESTORE reinstalls the distribution library level of an element into the target library. It is a process that can be used to remove installed SYSMODs that have not been accepted.
涵盖的内容
1个视频1个作业
1个视频•总计8分钟
- RESTORE Processing•8分钟
1个作业•总计30分钟
- Checkpoint #6•30分钟
This unit addresses the commands that relate more closely to product build activities, BUILDMCS, LINK LMODS, and LINK MODULE.
涵盖的内容
3个视频
3个视频•总计18分钟
- System Structure•6分钟
- BUILDMCS command•8分钟
- LINK MODULE command•4分钟
Students will examine the processes of both LIST and REPORT. The LIST command is used to gather information about the entries of one or more zones. It is the batch mode equivalent of the QUERY function in the SMP/E dialogs. The REPORT command is used to obtain information about SYSMODs which have been installed on your system.
涵盖的内容
3个视频1个作业
3个视频•总计21分钟
- LIST PROCESSING•7分钟
- REPORT Command•9分钟
- SMP/E scenarios•6分钟
1个作业•总计30分钟
- Checkpoint #7•30分钟
In SMP/E V3.5, a major new function called RECEIVE ORDER allows for a completely automated SMP/E process that downloads and installs IBM preventive and corrective service over the network or Internet.This unit looks at SMP/E V3.6 which is a base component of z/OS, and which packages support for the electronic delivery of a Service over the network or Internet. In z/OS, a new type of package called an ORDER enables SMP/E to automatically order and install maintenance over the Internet.
涵盖的内容
3个视频2个作业
3个视频•总计30分钟
- SMP/E electronic delivery•9分钟
- SMP/E eletronic delivery II•9分钟
- SMP/E internet delivery enhancements•11分钟
2个作业•总计90分钟
- Checkpoint #8•30分钟
- Badge Quiz•60分钟
位教师

提供方

提供方

IBM is the global leader in business transformation through an open hybrid cloud platform and AI, serving clients in more than 170 countries around the world. Today 47 of the Fortune 50 Companies rely on the IBM Cloud to run their business, and IBM Watson enterprise AI is hard at work in more than 30,000 engagements. IBM is also one of the world’s most vital corporate research organizations, with 28 consecutive years of patent leadership. Above all, guided by principles for trust and transparency and support for a more inclusive society, IBM is committed to being a responsible technology innovator and a force for good in the world. For more information about IBM visit: www.ibm.com
从 Software Development 浏览更多内容
状态:预览预览
状态:免费试用免费试用
状态:免费试用免费试用
状态:预览预览
人们为什么选择 Coursera 来帮助自己实现职业发展

Felipe M.

Jennifer J.

Larry W.

Chaitanya A.
常见问题
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
When you purchase a Certificate you get access to all course materials, including graded assignments. Upon completing the course, your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.
Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.
更多问题
提供助学金,

