how we retrieve records without using key field (ex:name)
from Physical File through RPG in as/400?
Answer Posted / anand
but atleast there should be a keyfield to perform setll right ?
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
When it is desirable to describe files Internally?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
is this a rpg channel?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what was the robotech rpg?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
how do you use commitment control in rpg?
how does the rpg element work?
what is the difference between do while and do until?
what is program status data structure?
How to call one program from another program in RPG? please help me with the code
what is *place and *auto keyword in prtf ?plz explain
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...