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 |
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the steps you go through while creating a COBOL program executable?
in the TIME parameter we r giving hours r minutes
What is the difference between Call and a Link?
How to read the last 100 records from a COBOL file. The file contains N number of records.
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
what is the use of comp2 ? where can we use it with example ?
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
what is label record is standard or omitted in file description of data division?
TYPES OF SORTINGS. which is more prefarable.
What are the various section in data division and briefly explain them.