A rpg or clp command to find if the file field is defined as a character or numeric field.
Thanks gagan for your answer,i'm new to as400,i don't know embedded sql in rpg.can you send me the coding for the below mentioned question in embedded sql rpg. how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
How to index LF by relative record no (RRN)
What are the commands that can be executed in CLP but not in RPG? Why?
What is the difference between RPG/400 and RPG4
How to declare the dynamic(run time) array in rpgle? can you please give example
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
What is the length of Signature?
parameters cannot be passed in which one???
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
what is file identifier wher we can use
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?