Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


CAN ANYONE TELL ME WHAT IS "JOB-CARD"

Answers were Sorted based on User's Feedback



CAN ANYONE TELL ME WHAT IS "JOB-CARD"..

Answer / ch.mohan

jobcard is identify the job related parameters
eg:jobname job a/c info,'username',notify,.....so on

Is This Answer Correct ?    9 Yes 0 No

CAN ANYONE TELL ME WHAT IS "JOB-CARD"..

Answer / venkat

job card is the first jcl statement. It can maintain the job details(positional parameters and keyword parameters) here.

Is This Answer Correct ?    6 Yes 1 No

CAN ANYONE TELL ME WHAT IS "JOB-CARD"..

Answer / rangarao chitipothu

job card is the first jcl statement.
//<jobname> job <parameters>
//SVDYG1BE JOB (B0RX0T000000),'AR RX MISC BILL RPT',CLASS=D,
//
MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID,
//
RESTART=PSTEP030

Job Statement

SVDYG1BE --->Job Name
B0RX0T000000 --->Accounting code
AR RX MISC BILL RPT --->User/Job Information
CLASS = D --->Nature of Job
MSGLEVEL=(1,1) - -->It means it will display all the message (job related/jcl statement/execution statement) in normal/abnormal Termination.
MSGCLASS=X --->It will tell on which device the output message is routed.
NOTIFY=&SYSUID ---> It will notify after completion of the job to the person submitted.
RESTART=PSTEP030 ---> It will restart from step name PSTEP030

Is This Answer Correct ?    5 Yes 0 No

CAN ANYONE TELL ME WHAT IS "JOB-CARD"..

Answer / naga

job card contain job name for eg fss013 is the job name,
Mainframe operating regognize fss013 as a job,this job name
is like identifier then card having posintional and keyword
parameter

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More JCL Interview Questions

If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.

4 Answers   IBM,


TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?

5 Answers   CTS,


What is condition checking in jcl? Is this possible?

0 Answers  


Are there any set of rules for the names of the steps used in a job?

0 Answers  


is there any way to execute more than one proc in the same exec statement at the same time..?

0 Answers  


i need some shortcuts and tso commands can any on ehelp me in these ?

1 Answers  


how do you access an uncataloged dataset in a jcl?

0 Answers   IBM,


How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?

1 Answers  


How to execute only th 15th step of JCL consisting of 50 steps?

12 Answers   Bank Of America,


What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?

2 Answers  


What is the motivation behind coding class parameter in job statement?

0 Answers  


Explain about LMCOPY -

1 Answers  


Categories