Answer Posted / 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 View All Answers
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how to compare two datasets without using superce because output is limited to 133 bytes
which utility is used to run a cobol-db2 program?
How is a type of file defined in the jcl that executes the cobol program?
What is the format of comment statement?
Explain the purpose of dd dummy statement?
How jcl is used for testing batch programs?
How to do automated restart when a job abend?
Explain the function of job statement in jcl?
When output dataset space is required, what quantity categories are used?
What is the use of symbol // in jcl?
what JCL Procedures?
In sms datasets, what is the function of the dd mgmtclas keyword?
Mention the types of job control statements?