Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ab 4 - Chapter 7 Batch processing and the job entry subsystem (20 marks) 7.9.2 Using a utility program in a job z/OS has a

ab 4 - Chapter 7 Batch processing and the job entry subsystem (20 marks)

7.9.2 Using a utility program in a job

z/OS has a utility program named IEBGENER to copy data. It uses four DD statements:

  • SYSIN for control statements. We can code DD DUMMY for this statement because we do not have any control statements for this job.
  • SYSPRINT for messages from the program. Use SYSOUT=* for this lab.
  • SYSUT1 for the input data.
  • SYSUT2 for the output data.

The basic function of the program is to copy the data set pointed to by SYSUT1 to the data set pointed to by SYSUT2. Both must be sequential data sets or members of a library.

The program automatically obtains the data control block (DCB) attributes from the input data set and applies them to the output data set. Write the JCL for a job to list the yourid.JCL(TEST1) member to SYSOUT=*. Your JCL should contain a JOB card as well with the NOTIFY=&SYSUID parameter.

Copy and paste the JCL from your completed JCL member (6 marks).

(please answer asap)

Step by Step Solution

3.45 Rating (164 Votes )

There are 3 Steps involved in it

Step: 1

SOLUTION Steps 7 SYSUT1 DD statements modify input data set know what sequential data set to copy 8 ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding and managing organizational behavior

Authors: Jennifer M. George, Gareth R. Jones

6th Edition

978-0136124498, 136124437, 9780132997799, 136124496, 132997797, 978-0136124436

More Books

Students also viewed these Organizational Behavior questions

Question

Why might some employees not want their jobs enriched?

Answered: 1 week ago