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 difference between comp & comp-4?
Can anybody give me example of subscript and index
if a file has 1000 recods how copy the records from 1 to 100 records using sort
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
Name the divisions, which are available in a cobol program?
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
Hai friends why we need to read a file before re-write a record?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
how to pass 100 to s9(4) how r they inserted ?
What is the difference between performing a SECTION and a PARAGRAPH?