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...


what is the control cards?

Answers were Sorted based on User's Feedback



what is the control cards?..

Answer / deepak gairola

Cataloged procedures in JCL can not have instream data(we
can't Use SYSIN DD * statements), so the data needed to
pass to them is put into a Control Card.

Control Card is an element in a PDS.

Means:
The input that we need to give to a procedure like sort
fields..record feilds to be processed are generally put in
the pds member and this is specified in the jcl procedure
as

//ddname dd dsn=pdsname (member)

This member is called a control card

Similarly, you can also pass the data through the SYSIN
parameters.

Is This Answer Correct ?    1 Yes 0 No

what is the control cards?..

Answer / gaurav

control card is simply a dataset containg mostly one record
which is passed in the jcl.

Is This Answer Correct ?    0 Yes 0 No

what is the control cards?..

Answer / vanz

It depends.
"Control cards" come in many flavors. . . There are control
cards for the sort, most utilities, and many application
programs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance

1 Answers   IBM, TCS,


How do you send the output of a COBOL program to a member of a PDS?

7 Answers  


is step name is compulsory in jcl ?

2 Answers  


What are isolation levels? Where do we need to specify them in compiling JCL?

3 Answers  


How can you execute a COBOL program via SYSIN in JCL?

1 Answers  


Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

3 Answers   HSBC,


How would you understand error(execution phase)?

0 Answers  


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

0 Answers  


Is it possible to left uncode disp? If yes, how?

0 Answers  


how do u define a file in cobol and jcl ?

2 Answers   TCS,


How to change default PROCLIB?

1 Answers  


Categories