Can you code instream data in a PROC ?

Answers were Sorted based on User's Feedback



Can you code instream data in a PROC ?..

Answer / rd

We can't use instream in PROC ,we cau use over ridden
paramater to pass value in Proc

Is This Answer Correct ?    14 Yes 2 No

Can you code instream data in a PROC ?..

Answer / raam

We cant code the following things in a procedure.....

1. job statements
2.sysin DD *
3.sysin DD DATA
4.JES2/JES3 control statements

Is This Answer Correct ?    12 Yes 2 No

Can you code instream data in a PROC ?..

Answer / guest

No.

Is This Answer Correct ?    10 Yes 3 No

Can you code instream data in a PROC ?..

Answer / rakesh

We can pass those instream data in a PS file and in the
SYSIN DD DSN we will specify the file name

Is This Answer Correct ?    7 Yes 2 No

Can you code instream data in a PROC ?..

Answer / ankur

I am prety much sure that Instream data can not be passed
thru a cataloged PROC.

Is This Answer Correct ?    5 Yes 0 No

Can you code instream data in a PROC ?..

Answer / jerin jose

SYSIN DD * CANNOT BE USED SO WE CANNOT CODE IT

Is This Answer Correct ?    6 Yes 3 No

Can you code instream data in a PROC ?..

Answer / tjw

YES as of z/OS 1.13 with JES2 (No with JES3)

Is This Answer Correct ?    3 Yes 0 No

Can you code instream data in a PROC ?..

Answer / vamsi

No.We can't pass instrean data in a proc.
But in catalogue proc we pass instream data by using ps files.

Is This Answer Correct ?    3 Yes 1 No

Can you code instream data in a PROC ?..

Answer / pradeep

Jerin Jose,

The Question does not say that the instream data is passed
thru an Instream Proc. If only Instream proc is used, SYSIN
is not possible and the data can only be passed thru' a
PARM in the step. But, if Cataloged Prod is used, then the
SYSIN can be very much used to pass a Instream data.

Is This Answer Correct ?    4 Yes 3 No

Can you code instream data in a PROC ?..

Answer / guest

//SYSIN DD *,SYMBOLS=(JCLONLY)

Will do the trick.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

What are the basic JCL Statements for a Job?

1 Answers  


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

0 Answers  


How to DEBUG a JCL?

9 Answers   Satyam,


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

0 Answers  


I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)

2 Answers  






is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)

3 Answers   HSBC,


What are hierarchy levels in jcl?

0 Answers  


What is COND=ONLY ?

2 Answers  


What is STEPLIB, JOBLIB? What is it used for?

2 Answers  


what is the compile process of cobol program expalin with code

0 Answers   IBM,


How to identify in JCL that an input file is empty without reading it?

4 Answers   L&T,


I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.

3 Answers   iGate,


Categories