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

What 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  


Explain about User Information

1 Answers  


GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?

2 Answers   ABC, IBM,


What is a procedure?

1 Answers  


how JCL works?

0 Answers  






restart logic ?

2 Answers   TCS,


How to print the Output to SPOOL using MSGCLASS and SYSOUT ?

4 Answers   IBM,


In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step

1 Answers  


What is the function of //cntl statement?

0 Answers  


what is the difference between JES3 and JES2?

0 Answers  


How to pass values in jcl to cobol?

4 Answers   IBM, Infosys,


In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04

3 Answers   Patni,


Categories