Newbie Question
- From: the_tragic_hip@xxxxxxxxx
- Date: 31 May 2006 08:27:26 -0700
Hello all,
I had this small cobol routine dropped on my desk and need to convert
it into a vb app, but I am not all that familiar with most of cobol. I
can read most of it and decipher what is going on, but having trouble
with this move.
var1 pic 9 comp.
var2 pic 9(10)
If var2 had the value of 138755482 and
MOVE VAR2 TO VAR1 is executed, what is actually stored in var1.
I apologize if this is a no brainer.
Thanks in advance.
Peace.
.
- Follow-Ups:
- Re: Newbie Question
- From: Michael Mattias
- Re: Newbie Question
- From: Binyamin Dissen
- Re: Newbie Question
- From: Howard Brazee
- Re: Newbie Question
- Prev by Date: Rewrite Twice?
- Next by Date: Re: Newbie Question
- Previous by thread: Rewrite Twice?
- Next by thread: Re: Newbie Question
- Index(es):
Relevant Pages
|