how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
Answer Posted / ankur
If the Program is having 'USING' clause with procedure
division then it will be Sub-program.
Eg - PROCEDURE DIVISION USING DFHCOMMAREA.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro
What is the difference between Global and External Variables?
what is search and searchall?what is the diffrence between them?give an best example?
Have you used comp and comp-3 in your project? And how?
How you can characterize tables in cobol?
Can a Search can be done on a table with or without Index?
What is the difference between comp and comp-3?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Name the sections present in data division.
Which division and paragraphs are mandatory for a COBOL program?
For rewrite, why is it mandatory that file needs to be opened?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to print 10 to 1 if the input have only 10 digit number?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.