From: Randy Ward To: All
I'm a little confused regarding the use of edit codes and edit words with screen fields that are both input and output. I'm writing a payroll entry program that has several numeric input/output fields. Ideally I would like to use an edit code when displaying these values. Here's my question regarding edit codes and edit words: Is there a way to edit a six-byte date field and still get the first leading zero to display? For example, "06/06/94" instead of "6/06/94"?
From: Sharon Cannon To: Randy Ward
To answer your question, you can do it with the following edit word instead of using edit code Y:
"0 / / "
Put a zero before the first leading zero to be displayed. This makes it look like a seven-byte field, but the zero is just there to show the last position where leading zeros should be displayed.
I learned this after working with social security numbers. Some people have social security numbers that begin with zero, so I had to use the following edit word:
"0 - - "
You'll need to define your screen field as one byte longer than your data file field. For example, if your date field is six bytes long in your file, you will need to define it on the screen as seven bytes. My social security number field was 9(0), so on the screen I had to define it as 10(0). The partial DDS source for that display file is shown in 1.
You'll need to define your screen field as one byte longer than your data file field. For example, if your date field is six bytes long in your file, you will need to define it on the screen as seven bytes. My social security number field was 9(0), so on the screen I had to define it as 10(0). The partial DDS source for that display file is shown in Figure 1.
Screen Edit Codes/Words
Figure 1 Display Lead Zeros
*. 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7 ...+ A 7 2'Social Security Number. . . :' A SOSNO 10Y 0O 7 39EDTWRD('0 - - ')
Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.
IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn:
LATEST COMMENTS
MC Press Online