Click here to Skip to main content
15,920,508 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralStrange invoice from Verizon Pin
Cornelius Henning26-Feb-15 3:02
professionalCornelius Henning26-Feb-15 3:02 
GeneralRe: Strange invoice from Verizon Pin
super26-Feb-15 3:08
professionalsuper26-Feb-15 3:08 
GeneralRe: Strange invoice from Verizon Pin
GuyThiebaut26-Feb-15 3:12
professionalGuyThiebaut26-Feb-15 3:12 
GeneralRe: Strange invoice from Verizon Pin
JimmyRopes26-Feb-15 3:14
professionalJimmyRopes26-Feb-15 3:14 
GeneralRe: Strange invoice from Verizon Pin
Cornelius Henning26-Feb-15 3:19
professionalCornelius Henning26-Feb-15 3:19 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 3:54
professionalDaniel Pfeffer26-Feb-15 3:54 
GeneralRe: Strange invoice from Verizon Pin
JimmyRopes26-Feb-15 4:00
professionalJimmyRopes26-Feb-15 4:00 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 4:20
professionalDaniel Pfeffer26-Feb-15 4:20 
JimmyRopes wrote:
I didn't know that COBOL had a "packed decimal" format, or anything else about COBOL for that matter

For those poor souls born too late to experience the Joy of COBOL Smile | :) :

COBOL's Packed Decimal format is a signed-magnitude format that packs two binary coded decimal characters in a single byte, i.e. 42 decimal could be represented as 0x42. This holds for all bytes except the last, which contains 1 decimal place and either C (positive or credit) or D (negative or debit). For example:

-1 would be stored as 0x1D
+1 would be stored as 0x1C
+1234 would be stored as 0x01 0x23 0x4C
If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack.

--Winston Churchill

GeneralRe: Strange invoice from Verizon Pin
newton.saber26-Feb-15 4:29
newton.saber26-Feb-15 4:29 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 5:34
professionalDaniel Pfeffer26-Feb-15 5:34 
GeneralRe: Strange invoice from Verizon Pin
newton.saber26-Feb-15 8:09
newton.saber26-Feb-15 8:09 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 22:18
professionalDaniel Pfeffer26-Feb-15 22:18 
GeneralRe: Strange invoice from Verizon Pin
JimmyRopes26-Feb-15 4:32
professionalJimmyRopes26-Feb-15 4:32 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 5:43
professionalDaniel Pfeffer26-Feb-15 5:43 
GeneralRe: Strange invoice from Verizon Pin
JimmyRopes26-Feb-15 17:12
professionalJimmyRopes26-Feb-15 17:12 
GeneralRe: Strange invoice from Verizon Pin
Daniel Pfeffer26-Feb-15 22:14
professionalDaniel Pfeffer26-Feb-15 22:14 
GeneralRe: Strange invoice from Verizon Pin
Sander Rossel26-Feb-15 8:07
professionalSander Rossel26-Feb-15 8:07 
GeneralRe: Strange invoice from Verizon Pin
jschell26-Feb-15 10:18
jschell26-Feb-15 10:18 
GeneralRe: Strange invoice from Verizon Pin
Nagy Vilmos26-Feb-15 3:24
professionalNagy Vilmos26-Feb-15 3:24 
GeneralRe: Strange invoice from Verizon Pin
harold aptroot26-Feb-15 3:25
harold aptroot26-Feb-15 3:25 
GeneralRe: Strange invoice from Verizon Pin
Slacker00726-Feb-15 3:28
professionalSlacker00726-Feb-15 3:28 
GeneralRe: Strange invoice from Verizon Pin
GenJerDan26-Feb-15 3:29
GenJerDan26-Feb-15 3:29 
GeneralRe: Strange invoice from Verizon Pin
Evil Iceblock26-Feb-15 3:30
Evil Iceblock26-Feb-15 3:30 
GeneralRe: Strange invoice from Verizon Pin
Cornelius Henning26-Feb-15 3:39
professionalCornelius Henning26-Feb-15 3:39 
GeneralRe: Strange invoice from Verizon Pin
Evil Iceblock26-Feb-15 3:44
Evil Iceblock26-Feb-15 3:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.