how to retrieve RRN value in RPGLE program
Answers were Sorted based on User's Feedback
Answer / narendra
There are many ways to retrieve the value of RRN in RPG. One way is to use the INFDS (File information data structure) and in data structure define the RRN from pos 397 to 400.
Another way is to use the Keyword RECNO(RRN) while defining the file in the F Spec.
| Is This Answer Correct ? | 0 Yes | 0 No |
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?
what is the equivalent keyword for CHAIN opcode ??
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
How can you delete records form a file in rpg without using "Delete" OPCODE?
Can anybody tell me the setps to create .csv file in IFS folder on AS/400. I also need to know how I can send this .csv file to PC in xls sheet.....?
Can anybody tell me that why we use option(*nodebugio)in H- Spec?
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
How we will read call stack?
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?
what is plat file?
1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
what are the key words you must use when using a subfile?