What does SYSIN * indicate?

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


Please Help Members By Posting Answers For Below Questions

what is use of space parameter in dd statement?

853


How to override loadlib?

1522


How do you overcome this limitation ?

786


What do you understand by jcl?

713


How does jcl act on a cobol code?

731






What parameter directs the output of the job log dataset?

864


How can unused space allocation be returned to the system when a dataset is closed?

940


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.

1816


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

682


which utility is used to sort a file in jcl?

850


what is the purpose of coding class parameter in job statement?

823


what is the use of JCL?

762


How to pass the parameter in parm using linkage section ? (syntax)?

747


Can an individual step be restricted from using all the jobs allowed cpu time?

1125


What is the function of job statement in jcl?

724