Ascii equivalent of control C character

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Champa
Participant
Posts: 88
Joined: Wed Dec 14, 2005 1:44 pm

Ascii equivalent of control C character

Post by Champa »

Team,

Just like we have tab => 009, what is the number for ^C?

Thx
Champa
us1aslam1us
Charter Member
Charter Member
Posts: 822
Joined: Sat Sep 17, 2005 5:25 pm
Location: USA

Re: Ascii equivalent of control C character

Post by us1aslam1us »

Champa wrote:Team,

Just like we have tab => 009, what is the number for ^C?

Thx


I belive it is 003.

Thanks
sam
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It is indeed 003. It's useful sometimes to know that Ctrl-A through Ctrl-Z are represented in ASCII as code points 001 through 026 (decimal).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Champa
Participant
Posts: 88
Joined: Wed Dec 14, 2005 1:44 pm

Post by Champa »

Thanks Sam.

I got it on google & you are right.
Champa
Post Reply