01 var1 pic x(10)
01 var2 redefines var1 pic 9(10).
then in procedure division
move 'abcde' to var1 then waht is the value of var1 and var2
Answer Posted / merguadithya111
var1 is abcde
var2 is also abcde
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the use of intialize verb?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
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 u handle errors in BMS macro?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is a SSRANGE and NOSSRANGE?
Write a program that uses move corresponding.
Can a Search can be done on a table with or without Index?
Difference between array and sub-script ?
What are the access modes of START statement?
) How do u handle errors in BMS macro
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How do get the result of your program directly on your pc?
HOw can I get the negative sign while deduct high value from low value