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.
Answers were Sorted based on User's Feedback
Answer / s
It will give Compilation error as the variable is not
uniquely defined
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / piyush mani
u r wrt but if we declare diff var for above values then result will b like
value result
-10 1{
-11 1J
-12 1K
-13 1L
.........
THANKS
| Is This Answer Correct ? | 5 Yes | 1 No |
How many maximum number of procedures can we write in one COBOL program?
what is the default print format? in cobol
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
In an EVALUATE statement, can I give a complex condition on a when clause?
What are the ways you can generate a copybook?
What are the different rules of SORT operation?
how can we get current dat and time thru cobol pgm
If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
Name some of the examples of COBOl 11?
How you can read the file from bottom?
wht r the advantages of 77 level number ?