how to code instream data in procedure?
Answers were Sorted based on User's Feedback
Answer / sruthi
By using control cards we can pass instream data to procs
| Is This Answer Correct ? | 2 Yes | 0 No |
We can't write
//SYSIN DD *
but i think we can code
//SYSIN DD DSN=SYSIN.PS,DISP=SHR
where SYSIN.PS is a 80 byte file containing SYSIN statements.
Not sure about it.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mahesh
defined in the same job and also exicuted in the same job
starting with a proc operand
end with a pend statement
| Is This Answer Correct ? | 0 Yes | 0 No |
How can i execute 5th step without executing first 4 steps?
Please give me the coding for converting VB to FB and FB to VB
how can handle the s0c4 abend???
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
can a job be submitted through jcl only? is there another way to submit a job?
what is use of disp parameter in dd statement?
What is concatenating?
What does a disposition of (MOD,DELETE,DELETE) mean ?
i want to avoid the positional parameter how to code it ?
Can we write same stepname for one or more steps in on job ?
how many max steps can we use in a job? pls answer to my question
What is the difference between the positional and keyword parameters? Give examples.