A s9(4).
B v9(4) value 0.21 can i move this?
Answers were Sorted based on User's Feedback
Answer / anand
yes you can but decimal value is omitted and only 0 is moved
to A since there is no decimal declaration part in A.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / anand
There is no use of passing values to B. Since It doesnt have the decimal part.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you define a variable of COMP-1? COMP-2?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
how to transfer the file from pc to mainframe??
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
is it possible to declare index in cobol program? if it is not why its tell me pls
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
How to recover a deleted source physical file from library?