Why would you use find and get rather than to obtain?
No Answer is Posted For this Question
Be the First to Post Answer
A table has two indexes defined. Which one will be used by the SEARCH?
What is the default value of DISP for temp datasets
)what is retrieve?
Define cobol?
What is an index for tables?
How to convert bunch of words in a line to relvant ASCII values?
What is amode(24)?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
what is a load module ?
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?