How can you execute a COBOL program via SYSIN in JCL?



How can you execute a COBOL program via SYSIN in JCL?..

Answer / vinay sonar

cut the COBOL program and paste in into

//SYSIN DD*

//

and then submit the job.
Here COBOL program acts like instream data for JCL

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More JCL Interview Questions

What you mean by skeleton JCl?

2 Answers  


What does a disposition of (NEW,CATLG,DELETE) mean?

3 Answers  


what is the difference between static call and dynamic call?

1 Answers  


Max. No of DD statements in a job ?

4 Answers   CSI,


Explain about REXX

1 Answers  


What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?

12 Answers   Convergys,


Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???

4 Answers  


how to solve u4038 abbend?........

3 Answers   Atos Origin, TCS,


. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 Answers  


When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).

2 Answers  


What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?

1 Answers   Accenture,


If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?

13 Answers   Cognizant, Convergys, IBM, TCS, Wipro,


Categories