Re: data type conversion- help needed



harsha wrote:
Hi All,


I need to convert the following COMP/BINARY field

05 COUNTER PIC S9(9) COMP

into the regular usage as below

05 WS-COUNTER PIC 9(9).

Im refering to mainframe cobol(85).

Could any of you please let me know how to do this...
Im struck at this point............

Does your compiler have the full complement of logrithmic functions?
Thanks in advance

- Harsha


.



Relevant Pages

  • Re: data type conversion- help needed
    ... 05 COUNTER PIC S9COMP ... into the regular usage as below ... Im refering to mainframe cobol. ... A man who believes in a God he doesn't see, or a man who's offended by a God he doesn't believe in?" ...
    (comp.lang.cobol)
  • data type conversion- help needed
    ... 05 COUNTER PIC S9COMP ... into the regular usage as below ... Im refering to mainframe cobol. ...
    (comp.lang.cobol)