Explain about Cobol Subroutines



Explain about Cobol Subroutines..

Answer / dimpy19

cobol subroutines
1.internal subroutines - like PERFORM statement.
2.external subroutines - using CALL verb (call by value and call by reference).
-----default------

subroutine can be compiled stand alone but cannot be executed independently.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

0 Answers  


Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..

1 Answers  


hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.

3 Answers  


Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


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

1 Answers  






A job has 150 steps i want to execute only 57th step

3 Answers   Cognizant,


Explain the function of dd disp parameter?

0 Answers  


How to use COND Parameter in jcl

4 Answers   NIIT, Wipro,


How do you skip a particular step in a proc/JOB?

5 Answers   CSC, CTS,


When we give TYPERUN = SCAN , what are the syntax errors we get?

5 Answers   Kanbay,


How to send data from cobol program to jcl?

2 Answers   CSC,


COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?

4 Answers   IBM,


Categories