can u give result for the fallowing example...
05 a pic 9(2)
05 b redifines a pic x(2).
move 'xy' to b.
display a,b.
Answer Posted / santhosh vayathuri
redefines will not check whether is numeric data type or
alphanumeric datatype simply it will display the value what
ever there in the memory . so for this question answer is
a = xy
b = xy
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
What is the utilization of copybook in cobol?
How arrays can be defined in COBOL?
Discuss about changing dataset name in proc.
HOw can I get the negative sign while deduct high value from low value
how do you define single dimensional array and multidimensional array in your cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Write a program to enter and display the names of students in a class using the occurs clause.
How can you get the ksds file records into your cobol program?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
State the various causes of s0c1, s0c5 and s0c7.
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.
Describe the cobol database components?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
i want a program using by if, evaluate , string, unstring, perform, occurs?