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 concatenating?

0 Answers  


What you mean by skeleton JCl?

2 Answers  


1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?

11 Answers  


Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?

7 Answers   VS, Wipro,


can we modify the code in copy book? if it possible how to submit ofter the modification.

3 Answers   IBM, L&T,






Can we create VSAM file by using IEBGENER?

4 Answers   Principal Finance,


What are steplib and joblib?

0 Answers  


Describe the DD statement, its meaning, syntax and keywords?

2 Answers  


Explain about CBL/PROCESS statement syntax

1 Answers  


How to get the last but one duplicate record of the file using Sort?

2 Answers   Fidelity,


what is a MODELDSCB?

1 Answers  


How dummy is used in jcl?

0 Answers  


Categories