How do you read a subfile record which is in output mode?
Answers were Sorted based on User's Feedback
Answer / samson arokiaraj
Use CHAIN with subfile RRN and read the record.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / deepu
Yes using RRN we can chain n read.We cannot use ReadC as it
is defined in Output mode.
| Is This Answer Correct ? | 14 Yes | 3 No |
What is keyword PFILE specifies ?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
How to know the number of records in a pf through clp program?
what are the two record formats a subfile contain ?
I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..
Why we are not able to perform insert delete and update operation in Join logical file?
difference between sflrcdnbr and sflnxtchg?
what is the difference between clear and reset opcodes and open and close opcodes?please tell me in real time senario with example please? And What is the use of SFLNXTCHG?Where we can use this?
how do you specify page overflow indicator for printer files in rpg?
1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be interactive one or batch one? 2)How many members can exist in a PF?
which of the cl command can be used to determine which logical files are dependent on a specific file?
what opcode could be used to test an alphanumeric field for all numeric values?