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

Define concatenating?

0 Answers  


how do u define a file in cobol and jcl ?

2 Answers   TCS,


What are steplib and joblib? What for they are used?

0 Answers  


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

0 Answers   HF, iNautix,


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


How many types of libraries are there in JCL ?

2 Answers   IBM,


What is the use of DSNDB07 ?

1 Answers  


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

0 Answers   IBM,


What are the difference between jcl and jes?

0 Answers  


i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?

4 Answers   IBM,


I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...

2 Answers   Satyam,


if we give two job cards in a single what happens

3 Answers   IBM,


Categories