What are all the divisions of a COBOL program?
No Answer is Posted For this Question
Be the First to Post Answer
What is the problem of ordered sequential files access?
What is file status 39 ?
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
db2 variable decimal(15,2) what is the equalent size of cobol variable
what is s013u000 for?
How many maximum number of procedures can we write in one COBOL program?
what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.
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 are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
How do u write test cases?
what is record label is empty or standard in file description of data division?
what is meaning by design document? who can repared for this?