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 |
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
can we display comp-3 variables. if we want to display what we have to do . give me one example
Write down the divisions of cobol program?
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
What is IMPACT analysis?
Difference between cobol and cobol-ii?
i want to enter the name 'pandu' into ur table how?
what are the limitations of Inline Perform?
Can we use redefine clause in occurs clause?
how to submit a jcl by cobol program. clear me with an example.