Hi guys, anybody know How RPG/400 code can be converted to RPG
IV code with a single command?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
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.
Delete FileName at first statement in RPG.
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
How can we receive values from a called procedure in RPG?
How can we receive values from a called procedure in CL?
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
Why we cannot call a service program? If I add a PEP can i call the service program?
what is the difference between SETON RT & RETURN?