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 |
What is RESTART? How is it invoked?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
How many steps we can overide in the proc's?
What is DISP= (NEW,PASS,DELETE)?
how to code instream data in procedure?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
wht happens if cond=true ? pls give me with an example ?
List the different jcl statements that are not permitted in the procedures?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
Is automatic restart possible in jcl?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
How is a GDG base created?