What is the difference between External subroutine and
subprogram?
Answer Posted / karthik
I didnt use anytime external subroutines. I used
subprograms in many places , where we will define PDA.
using PDA , we can get and send the data. There might be
some difference in using GDA between external subroutine
and subprograms.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
Tell me what type of files we can process thru file-aid?
What is the difference between read(1) and read work file once?
How to receive data passed through jcl parm parameter in a natural program?
Explain how are you going to remove duplicates from the file that is being read?
How converted the natural coding for adabas
How are you going to remove duplicates from the file that is being read?
Can we see the copy book length using file-aid?
Can you explain control variable in online screens?
How to find occurrence of mu and pe fields in a file?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
What is cobol coding sheet?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is a hyperdescriptor? How does it work?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?