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 do you understand by jcl?

0 Answers  


what is the job entry system used in your project?

3 Answers  


How is the record format of an output dataset specified?

0 Answers  


A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)

3 Answers   Cap Gemini, CSC, Xchanging,


Please give me the coding for converting VB to FB and FB to VB

3 Answers   HP,






GDG Create syntax ?

4 Answers   Xansa,


Explain the function of dd name parameter with a 2 part structure; audit.report?

0 Answers  


Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below,  What will be the output file name in each step ?  PROC starts      Step 1 has ID.GDG.FILE(+1)      Step2 has  ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ?  PROC starts      Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts      Step2 has  ID.GDG.FILE(+4) PEND

2 Answers   FIS,


how to compare two datasets without using superce because output is limited to 133 bytes

0 Answers  


A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

4 Answers   IBM,


whats the difference between empty and noempty of GDG?

4 Answers   Patni,


how to eliminate the duplicates in sorting

4 Answers   Fidelity,


Categories