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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is one line to pass PARM from JCL to COBOL?

5010


What is NOTCAT ?

1379


a dd statement has 2 types of parameters. Name them?

1178


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5599


Give the syntax of job specifying jcl statement.

1202


what are the various stages of job processing?

1345


Where & How Do You Code Identifier In Jcl?

1324


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

1129


what is use of disp parameter in dd statement?

1151


What is the function of dd name parameter with a 2 part structure; audit.report?

1319


Explain the jcl exec statement?

1201


In job processing, what happens in conversion stage?

1241


Is there any command to check wether the ps file is in sorted order?

2956


Where can program checkpoints be stored for use in a restart?

1485


What is use of restart and how to use it?

1361