what is the difference between external and global
variables?
Answer Posted / 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 |
Post New Answer View All Answers
) How do u handle errors in BMS macro
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is link edit in cobol?
Write a program that uses move corresponding.
How are the next sentence and continue different from each other?
How you can characterize tables in cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
State the various causes of s0c1, s0c5 and s0c7.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are declaratives and what are their uses in cobol?
What is the difference between binary search and sequential search?
Whats the difference between search & search ALL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Explain what you understand by passing by value.