enskill.com iSeries Training Onsite classes
DVD training
Books
Online e-Learning
Home
Resources
Contact
(c)2002-2008

This page is powered by Blogger. Isn't yours? Bryan's RPG IV Journal


Free Format Alternatives to MOVE


Q. I've been trying to convert a series of RPG IV programs to free format, but I've been very frustrated, because free format doesn't support the MOVE operation. I don't want to switch back and forth between fixed format and free format (the result is ugly). What can I do? Is there an easy alternative?

A. There are a number of alternatives to the MOVE-related operation codes, and therein lies the challenge in converting to free format. Which option you'll use depends upon the data types and sizes of the source field and the target field. Here's a table to get you started:
Source FieldTarget FieldAlternative Coding
CharacterCharacterUse EVAL/EVALR, with or without %SUBST.
CharacterNumericUse %DEC, %INT, %UNS functions (V5R2).
CharacterDateUse %DATE, %TIME, %TIMESTAMP functions.
NumericCharacterUse %EDITC function with X edit code, with or without %SUBST function.
NumericNumericUse simple EVAL.
NumericDateUse %DATE, %TIME, %TIMESTAMP functions.
DateCharacterUse %CHAR function.
DateNumericUse %DEC, %INT, %UNS functions, with %CHAR function (V5R2).
DateDateUse simple EVAL.

To replace MOVEA, at V5R3, you can use the %SUBARR function. For example:
 /Free
%Subarr(Arrayname:50:5) = '10101';
/End-free


Log of Journal Entries

Use this scrollable blog map to view other journal entries:
Journal Home
It is your responsibility to ensure procedures, techniques, and code used from this website are accurate and appropriate for your installation. No warranty or support is implied or expressed.
E-mail to Bryan Meyers
Privacy and Email Policy
 
AS/400®, eServer, i5/OS, IBM i, Integrated Language Environment®, iSeries, OS/400®, RPG/400®, System i5, VisualAge®, and WebSphere® are trademarks of IBM Corporation. Note: IBM® System i is the latest member of the family of eServer iSeries. This site might refer to System i as System i5, iSeries, or AS/400.
 

If you are having trouble navigating the menu at the top of this page, you may use the following scrollable site map instead:
 

Self-paced DVD Training
DVD: RPG IV for RPG Programmers
DVD: RPG IV Modules, Procedures, and Service Programs
 
In association with Amazon.com
Programming in RPG IV
RPG IV Jump Start
Power Tips for RPG IV
Control Language Programming for the AS/400
VisualAge for RPG by Example
 
International visitors: click hereInternational visitors:
Click here!