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 the function of the dd avgrec keyword in sms datasets?

843


List in order the hierarchical levels of jcl?

672


Must tape dataset definitions include vol=ser specifications?

984


What are some jcl statements that are not allowed in procedures?

730


What is concatenating?

639






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

639


How can the attributes of one sms dataset be copied to another dataset?

862


How does jcl act on a cobol code?

659


What are the parameter we cannot use in procedure?

644


What is Cataloged Procedures?

715


Explain how can an in-stream dataset be terminated?

704


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1773


How to pass data to a program that is coded in an exec statement?

834


How do you overcome this limitation ?

700


What do you understand by the terms: joblib and steplib?

626