What is a started task?

How to do Performance analysis and Capacity Planning for a shop. We also talk about Software Cost here.
Post Reply
Guru
New Member
Posts: 6
Joined: Tue Jun 10, 2014 8:52 pm

What is a started task?

Post by Guru »

Hi,

What is a zOS started task? I'm confused in this because I read that CICS etc are also sub-sysyem and are 'started-task'. Then what zOS itself be called? :? :?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1891
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: What is a started task?

Post by Robert Sample »

There are different ways programs can get running under z/OS:
- a TSO user can log on
- a batch job can be submitted
- a start command can be issued on the console for a batch job
- a CICS transaction can be invoked
- etc

The third is called a started task. There are various restrictions on started tasks (as opposed to batch jobs). CICS can be run as a started task or a batch job. z/OS is the operating system. A subsystem is a component of z/OS that is doing something special (such as accessing terminals in the case of CICS).
Guru
New Member
Posts: 6
Joined: Tue Jun 10, 2014 8:52 pm

Re: What is a started task?

Post by Guru »

Thanks Robert. So anything which gets "START" command 'in it' is a started task?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1891
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: What is a started task?

Post by Robert Sample »

Pretty much -- but I think you missed the point that the START is executed on the console (or via SYS1.PARMLIB during IPL) -- you, for example, cannot issue a start command and expect a started task to run (unless you have console privileges on your system).
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Mainframe Performance, Capacity Planning and Software Cost.”