control card



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Re: control card

Postby sethurajan79 » Wed Jan 25, 2012 9:20 pm

a job card can span many lines, but there must be at least one step in a job.


Does it mean that a job statement with atleast a single step can be called as JOB CARD

A "skeleton" is a data set used by ISPF file tailoring. Whilst tailoring JCL is probably much the most likely instance, a skeleton need not have a single line in it that is intended to be JCL.


If Skeleton is a dataset, where is it located and in what name ? Can I browse this dataset ? What do you exactly mean by JCL tailoring as I am not able to understand by that term.

Thanks
User avatar
sethurajan79
 
Posts: 10
Joined: Mon Jan 23, 2012 11:29 am
Has thanked: 0 time
Been thanked: 0 time

Re: control card

Postby Akatsukami » Wed Jan 25, 2012 9:54 pm

sethurajan79 wrote:
a job card can span many lines, but there must be at least one step in a job.


Does it mean that a job statement with atleast a single step can be called as JOB CARD

You are confused. A job statement has no steps; a job must, as I've said, have at least one. Read the fine manual on the JOB statement.
A "skeleton" is a data set used by ISPF file tailoring. Whilst tailoring JCL is probably much the most likely instance, a skeleton need not have a single line in it that is intended to be JCL.

If Skeleton is a dataset, where is it located and in what name ? Can I browse this dataset ? What do you exactly mean by JCL tailoring as I am not able to understand by that term.

Read the fine manual on file tailoring.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
User avatar
Akatsukami
Global moderator
 
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Location: Bloomington, IL
Has thanked: 6 times
Been thanked: 51 times

Re: control card

Postby sethurajan79 » Wed Jan 25, 2012 10:15 pm

Sorry..it is a mistype..

Does it mean that a JCL statement with atleast a single step and a job can be called as JOB CARD. Thanks for the links esp for file tailoring
User avatar
sethurajan79
 
Posts: 10
Joined: Mon Jan 23, 2012 11:29 am
Has thanked: 0 time
Been thanked: 0 time

Re: control card

Postby BillyBoyo » Wed Jan 25, 2012 10:23 pm

NO.

There is a great deal of erroneous use wherby "CARD" is used to refer to a combination of cards that carry out (or should carry out) a specific purpose. A Job Card is a single "logical card" (in that it can include valid continuations). A Job is a whole bunch of cards (at least two, anyway), including a Job card and at least one "step" (an EXEC card).

What someone asks for "a sort card" that does something they really mean a whole bunch of individual sort cards which when taken together do something.

It may seem picky of us, but without these things meaning something specific. they have no meaning at all.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: control card

Postby sethurajan79 » Wed Jan 25, 2012 10:26 pm

Hi Billy !

Thanks for the reply and clarification
User avatar
sethurajan79
 
Posts: 10
Joined: Mon Jan 23, 2012 11:29 am
Has thanked: 0 time
Been thanked: 0 time

Re: control card

Postby BillyBoyo » Wed Jan 25, 2012 10:53 pm

BillyBoyo wrote:[...]
When someone asks for "a sort card" that does something they really mean a whole bunch of individual sort cards which when taken together do something.



And I meant to indicate that that meaning is wrong. "A sort card" is one card in a bunch of sort cards. I'm saying it is used incorrectly, widely, I don't know why, but I don't encourage it. If someone wants some sort control cards to do something, they should ask for "some sort cards" not "a sort card".
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Previous

Return to JCL

 


  • Related topics
    Replies
    Views
    Last post