How do you combine two record formats in RLU ?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
what is match field indicator?
how can a message from a message file appear as a constant on the screen?
how can you check for a records existence without causing and i/o (chain/read)?
what is the disadvantage of using global variable?
what are the different types of data areas?
How do I remove a flag or check no. or name when a user opens too many sessions?
what does vldcmdkey means?
can you have multiple key lists for a single file ?
What is a Library in AS/400?
How to declare the length of emp no in the physilcal file and the mandatory length is 6 i.e. Emp No should be numeric, mandatory and fill all the 6 places
I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to change the value from N to Y using SQL stmt ...How can I update this....?