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
what is use of space parameter in dd statement?
How to override loadlib?
How do you overcome this limitation ?
What do you understand by jcl?
How does jcl act on a cobol code?
What parameter directs the output of the job log dataset?
How can unused space allocation be returned to the system when a dataset is closed?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Are there any set of rules for the names of the steps used in a job? What are they?
which utility is used to sort a file in jcl?
what is the purpose of coding class parameter in job statement?
what is the use of JCL?
How to pass the parameter in parm using linkage section ? (syntax)?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the function of job statement in jcl?