Why do you use a control card?

Answers were Sorted based on User's Feedback



Why do you use a control card?..

Answer / guest

A control card can be a member of a pds or a sequential
dataset and is used for storing the date fields, Definitions
of VSAM files....etc. You use control card because you
cannot use a instream procedure in a procedure. Generally
you will be calling a Proc from your Jcl and you cannot code
instream procedure in the Proc and so you will point to the
dataset which is called control card.

Is This Answer Correct ?    35 Yes 5 No

Why do you use a control card?..

Answer / krishna

Control card used for passing /* ,// as input via inputstream.
if we code //sysin dd * ,we could n't pass /* and // as
input.but if we code //sysin dd data, dlm='xx' ,we can able
to pass..

Is This Answer Correct ?    12 Yes 5 No

Why do you use a control card?..

Answer / susmita

CONTROL CARDS are something that comes into play, where you
can't use sysin dd statement.. for example we can't use
sysin dd * in cataloged procedure. in this case you can
have your instream data under a pds-member and make the
sysin as

//sysin dd dsn=xyz.abc.pos(mem),disp=shr

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More JCL Interview Questions

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

1 Answers   TCS,


How can i execute 5th step without executing first 4 steps?

4 Answers  


which are the parameters mandatory in job card ?

4 Answers   Accenture,


I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??

9 Answers   IBM, Infosys, TCS, Xansa, Xchanging,


What is GDG and what is the maximum limit of versions that can be created?

9 Answers   Convergys,






How to find the number of duplicates in a file using Sort?

4 Answers   Fidelity,


What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?

2 Answers   IBM,


What does SYSIN * indicate?

2 Answers  


What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?

2 Answers  


what is XSUM in some fields= none, xsum ??

7 Answers   Xansa,


If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?

2 Answers   IBM,


What is the use of ikjeft1b utility in jcl?

1 Answers  


Categories