if a pic 9(3) value 354,b pic x(2) value '46' then
a)a>b
2)a<b
3)error
Answer Posted / guest
cobol
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is a scope terminator give example?
Can a Search can be done on a table with or without Index?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Difference between array and sub-script ?
what is the use of outrecord?
Write the code implementing the perform … varying.
How to know whether the module is dynamical or statistical?
Whats the difference between search & search ALL?
How do u write test cases?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you reference the fixed unblock file formats from cobol programs
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Which mode is used to operate the sequential file?