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 DSN parameter and DISP parameter is used for?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
Explain about ISPF/TSO Commands
what r the types of job control statements?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how many members can be created inside a single pds?
read all error codes like SB07?
what sort card you will use to copy the data from one dataset to another dataset?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
What does a disposition of (MOD,DELETE,DELETE) mean ?