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
Give some examples of command terminators?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the difference between goback, stop run and exit program in cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
how to move the records from file to array table. give with code example
A table has two indexes defined. Which one will be used by the SEARCH?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How do you reference the following file formats from cobol programs?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Name the sections present in data division.
What is the difference between Global and External Variables?
What is difference between static and dynamic call in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between next sentence and continue in cobol programing language?