01rec1.
05 a pic 999v99 value 123.12
05 b pic 99v9 value 45.9
02 rec2.
05 x pic 999v99
05 y pic 99v99
05 z pic x(3) value 'abc'
if rec1 is moved to rec2 then what is the value of rec2?
Answer Posted / sweety
rec2 will be
123124590
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
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.
Are you comfortable in cobol or jcl?
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 the default value(s) for an initialize? What keyword will allow for an override of the default?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the difference between PIC 9.99 and 9v99 in COBOL?
Name the divisions, which are available in a cobol program?
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
Give some examples of command terminators?
Explain how you can characterize tables in cobol?
What is the difference between perform … with test after and perform … with test before?
How you can read the file from bottom?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
example for sub strings ? and refernce modifications whit output pls