IN-STREAM DATA NOT ALLOWED IN PROC how can come out from
this problem
Answer Posted / hamed
code the sysin stmt as below
//sysin dd dummy
and override this from the step as below
in the JCL
//sysin.dd dsn= xyz
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What are the jcl procedures?
Is automatic restart possible in jcl?
What is catelog procedure and how many catelog procedure to use in one job?
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' ?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the difference between run mode and addressing mode?
Is it possible to define dd statements as you want?
What are the difference between jcl and jes?
Explain the job statement in jcl?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Where & How Do You Code Identifier In Jcl?
Explain how can a jobs execution priority be modified?
What is the motivation behind coding class parameter in job statement?
what is the use of JCL?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?