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 |
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
What is access path in as400?
Q.1.What is differences in STRDBG and STRISDB debugging commands? 2.Where we should use STRDBG and STRISDB Debugging commands?
Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out
how can you execute a command from within an rpg program without calling a clp program?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
at what level s,o are defined and what they will do?
What is primary file? How many primary file can be declared in a RPG program?
how you get the relative record in a subfile in which cursor is located?
What is compiler directive in as400? Give example of compiler directive.?
when would you prefer logical file than opnqryf?
when is a tag statement used in rpg?