Answer Posted / bhaskar reddy
1.using PARM parameter
2.using sysin dd *
through parm parameter we can pass the date to linkage
section. and we can pass only 100 charcters of data
through sysin dd * we can pass the data to accept statement.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is one line to pass PARM from JCL to COBOL?
What is the function of a dd statement?
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?
What are hierarchy levels in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain the function of the steplib dd statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is Cataloged Procedures?
what is use of dsn parameter in dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?
List the different jcl statements that are not permitted in the procedures?
What are the 2 types of parameters in dd statement?
Is automatic restart possible in jcl?