Knowledge Base > Automation Engine and Target Systems > z/OS > Include MVS.JOBMD_DEFINITIONS

Include MVS.JOBMD_DEFINITIONS

In order to enable the Job Messenger to establish a TCP/IP connection, the appropriate DD statements need to be included in the Include objectAn Automation Engine object type for a script that is frequently used in more than one object.. Otherwise, jobs would switch over to the statusThis represents the condition of a task (such as active, blocked, generating). ENDED_VANISHED.

The Include object MVS.JOBMD_DEFINITIONS does not have to be adjusted unless the MVS or Language Environment Resolver work incorrectly.

This situation can be avoided by creating an Include object with the name MVS.JOBMD_DEFINITIONS in the system clientA closed environment within an Automation Engine system where you can create and run objects. A client name consists of a 4-digit number that must be indicated when a user logs on to the Automation Engine system. Users and their rights are also defined in clients. A particular Automation Engine object type. 0000. In it, you can enter the particular DD statements. The whole statements are found in the started taskAn executable object that is running. Tasks are also referred to as activities. of the  TCP/IP.

Example:

//SYSTCPD DD DSN=TCPIP.SYSTSMS.TCPPARMS(DT20OEDA),DISP=SHR
//PROFILE DD DSN=TCPIP.SYSTSMS.TCPPARMS(DT20VIPA),DISP=SHR

The Include is called in the Header upon the execution of a jobAn Automation Engine object type for a process that runs on a target system.. The Header is an objectAutomation Engine controlled activities and processes are structured in the form of objects. See also: Task called HEADER.MVS which, by default, is supplied in the system client 0000.

:INC MVS.JOBMD_DEFINITIONS ,nofound=ignore

 


Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support

Copyright © 2016 Automic Software GmbH