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
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is amode(24)?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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.
What is the problem of ordered sequential files access?
Give some examples of command terminators?
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 you get the data to code the BMS macro?
Name some of the examples of COBOl 11?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
In COBOL, what is the different between index and subscript?
Explain how to differentiate call by context by comparing it to other calls?
What do you understand by psb and acb?
What type of SDLC u followed? Why?
What is link edit in cobol?