can we give instream data in procedure

Answer Posted / shriram supalwar dharmabad

No we cannot code instream data to procedure.
to overcome this
- code SYSIN DD DUMMY in the proc
- then override this from the JCL with instream data

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

675


Suppose I have five jobs to do. But I want to hold one?

654


What is the function of //jcllib statement?

802


what is a jcl?

685


List the various advantages of using jcl language?

852






write a jcl to execute a job by 7:00 am on jan 20,1986?

697


How can a fb file convert to vb file using sort program?

804


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1748


What dd statement is used to supply the name of a dataset?

773


What happens if both JOBLIB & STEPLIB is specified ?

606


What is the function of dd name parameter with a 2 part structure; audit.report?

698


How does jcl act on code(if you take a cobol program)?

705


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

633


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7600


Must tape dataset definitions include vol=ser specifications?

979