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 / 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 |
Post New Answer View All Answers
) what is the difference between AID and HANDLE AID?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are all the divisions of a COBOL program?
how to move the records from file to array table. give with code example
What is perform what is varying?
What is the problem of ordered sequential files access?
how do you define single dimensional array and multidimensional array in your cobol?
How can you get the ksds file records into your cobol program?
What do you understand by psb and acb?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Write down the divisions of cobol program?
What is a SSRANGE and NOSSRANGE?
what is the use of outrecord?