What are the pertinent COBOL commands?
No Answer is Posted For this Question
Be the First to Post Answer
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
What are ISOLATION LEVELS? Where do we need to specify them?
Can we use icetool in cobol program?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
can internal sort be applied to sort ksds files?
can any one help -s806
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
) what is the difference between AID and HANDLE AID?
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?
whats the disadvantage of search all over search?