In this topic I'm trying to figure out what kinds of things go wrong when using the pack instruction, editing the number, unpacking, and then sending to a file.
I've already tried to "RTFM;" it's all kind of a mish-mash to me - apparently the pack instruction packs characters into numeric data, unpk does the opposite, OI is used for changing the last digit of a data value to F to make it unpkable, and mvc moves characters into data variables, AP adds packed decimal, A adds full words, st stores data from registers into variables, l does the opposite, ds defines variables, dc defines constants, PLx defines a packed decimal with x digits, clx defines a string with x characters. xc seems to be similar to clx, but I'm a little confused as to how it works.
Thanks for any help.