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
How can the submitting users racf authority be overridden in a job stream?
Must tape dataset definitions include vol=ser specifications?
what is the purpose of coding notify parameter in job statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what happens in conversion stage in job processing?
Explain how can values be passed from the job stream to an executable program?
whats the diff bw the evaluate also and and?
Explain how can a stopped job be started again?
In sms datasets, what is the function of the dd mgmtclas keyword?
How jcl work to handle various input output file operations?
Explain the function of job statement in jcl?
how can you check if a file is empty using jcl?
define cond parameter 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' ?
how to run batch program without jcl?