Hi guys, anybody know How RPG/400 code can be converted to RPG
IV code with a single command?

Answer Posted / durgesh

CVTRPGSRC (Convert RPG Source)

Is This Answer Correct ?    23 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

2520


How can we know running job is batch or interactive?

657


What is the difference between copybooks and subprocedures in as400?

810


how do I declare a minor?

717


What is the difference between iter and do?

676






Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2052


how do I preserve and clean the array?

676


what is *place and *auto keyword in prtf ?plz explain

2726


what is the use of sflnxtchg?

804


what is file information data structure?

1374


How to call one program from another program in RPG? please help me with the code

1260


which program rpg or cl is efficent to update a transaction onto a database file and why ?

747


1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2373


what do you mean by an input subfile, what are the keywords required?

774


during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.

755