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 |
i want a program using by if, evaluate , string, unstring, perform, occurs?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
Differentiate COBOL and COBOL-II?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
01 a pic s9(5) occupies how many bytes ?
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
Where the Plan is located in CICS-DB2
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
The maximum number of dimensions that an array can have in COBOL-85 is ?
What is a report item?
how will you define vsam file in select clause?