What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is the advantage of using redefines instead of delaring the variables ?
what is search and searchall?what is the diffrence between them?give an best example?
What are the differences between OS VS COBOL and VS COBOL II?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
db2 variable decimal(15,2) what is the equalent size of cobol variable
is it possible to rename 01 level?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?
comp-3 field occupy?
How many types of sorts are there in cobol?
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?