how do I declare a minor?
No Answer is Posted For this Question
Be the First to Post Answer
How do you do indexing in a physical file?
how to check on which PF , the LF is dependant ?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)
How can you delete a record from a file in RPG without using DELETE oppcode?
what is ment by "MDT"
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20
i want to retrieve record b/w 2 dates in as400
how do I declare a minor?
How to handle duplicate error handling in RPG?