do you use message subfiles? What are the necessary keywords required coding a message subfile?
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.
steps involved in debugging and types of debugging modes?
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.
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
what is the equivalent keyword for CHAIN opcode ??
what are the key words you must use when using a subfile?
two types of read performed in dataqueue?????
Suppose in CL we reach at end of file and again we have to reach from 1 record
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
Can you copy the records created by the OPNQRYF to other files and how?