what is the difference between external and global
variables?
Answer / guest
Global variables are accessible only to the batch program
whereas external variables can be referenced from any batch
program residing in the same system library.
| Is This Answer Correct ? | 19 Yes | 10 No |
what is the difference between Normal vaiable and comp variable.
How to know whether the module is dynamical or statistical?
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
1.What is the default print format in cobol?
How are the next sentence and continue different from each other?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what is the difference between start and startbr?
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
which is better either static call or dynamic call? and why?
what is the use of keep and pass in disp