how to code instream data in procedure?

Answers were Sorted based on User's Feedback



how to code instream data in procedure?..

Answer / sruthi

By using control cards we can pass instream data to procs

Is This Answer Correct ?    2 Yes 0 No

how to code instream data in procedure?..

Answer / vaneesh khurana

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

how to code instream data in procedure?..

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

Post New Answer

More JCL Interview Questions

what is DSN parameter and DISP parameter is used for?

0 Answers  


diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)

4 Answers   RBS,


the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.

7 Answers   IBM,


Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember

3 Answers   HSBC,


Explain about ISPF/TSO Commands

0 Answers  


what r the types of job control statements?

2 Answers  


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

0 Answers   IBM,


how many members can be created inside a single pds?

8 Answers  


read all error codes like SB07?

1 Answers  


what sort card you will use to copy the data from one dataset to another dataset?

0 Answers   IBM,


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.

1 Answers   TCS,


What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


Categories