Answer Posted / sariputi
It is one of the DD statement,through which we can give
the instream Data(Input)required for the job.
EXAMPLE:
//SYSIN DD *
COPY I=DD1,O=DD2
/*
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
How to run cobol program using jcl?
what is a jcl?
Explain the jcl exec statement?
Mention the types of job control statements?
What are hierarchy levels in jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
How can unused space allocation be returned to the system when a dataset is closed?
how would you create a temporary dataset? And where will you use them?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Does jcl support automatic restart?
What is the function of the dd avgrec keyword in sms datasets?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain how can the submitting users racf authority be overridden in a job stream?
Explain the function of //jcllib statement?