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 |
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
What is length is cobol?
What is the problem of ordered sequential files access?
How arrays can be defined in COBOL?
If we use GO BACK instead of STOP RUN in cobol?
Why did you choose to work with ibm mainframe cobol programming?
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
How do you come out of an EVALUATE statement?
How you can read the file from bottom?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?