6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
[source,cobol]
|
|
----
|
|
MOVE '1' TO OCTET-1
|
|
MOVE '2' TO OCTET-2
|
|
----
|