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 |
I have a File that has duplicate records. I need only those records that occur more than thrice.
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
How to DEBUG a JCL?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to send data from cobol program to jcl?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
Can we give two user name in NOTIFY parameter in JOBCARD
what is the job entry system used in your project?
what is the purpose of coding class parameter in job statement?
how you can direct the data to spool using SYSOUT option?
How do you restart a PROC from a particular step?
What is the motivation behind coding class parameter in job statement?