if we display var1 then what will b displayed in below
condition.
77 var1 pic s9(2) value -10.
77 var1 pic s9(2) value -11.
" " " -12.
" " " -13.
-14
...
...
-19.
Answer Posted / s
It will give Compilation error as the variable is not
uniquely defined
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is perform what is varying?
How do you differentiate between cobol and cobol-ii?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
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?
What is report-item in COBOL?
What is the local-storage section?
How do you reference the following file formats from cobol programs?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the Purpose of Pointer in the string?
How do you define a variable of comp-1 and comp-2?
How do u write test cases?
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
Name some of the examples of COBOl 11?
How do get the result of your program directly on your pc?