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 / dharma
both a and b haveXY
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How many bytes S(8) comp field occupy and its maximum value?
Define static linking and dynamic linking.
Write a program to enter and display the names of students in a class using the occurs clause.
What is a scope terminator give example?
What rules are followed by the search verb.
What is cobol?
State the various causes of s0c1, s0c5 and s0c7.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do you define a variable of comp-1 and comp-2?
explain sorting techniques in cobol program?