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

Differentiate between the joblib and the steplib statements?

0 Answers  


What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?

3 Answers  


Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,


Is automatic restart possible in jcl? If yes, how?

0 Answers  


what sort card you will use to copy the data from one dataset to another dataset?

0 Answers   IBM,






What is concatenating?

0 Answers  


1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?

11 Answers  


Mention the types of job control statements?

0 Answers  


how to compare two datasets without using superce because output is limited to 133 bytes

0 Answers  


how to do automated restart when a job abends?

0 Answers   IBM,


What are the rules employed while naming the steps in a job?

0 Answers  


what is JCL?

0 Answers  


Categories