Hi,
Can any body tell me ur experience on this questions?
Questions:
1.what is the use of SFLRCDNBR other than subfile page
display?
2.Which of the following operation cannot be used in
conjuction with a file coded as device type disk?
Answer / david lex
1. It can be used in conjunction with cursor location and
mouse operations.
Say a user can move the cursor to a record and press <some
key>.
You can use the RRN returned by the SFLRCDNBR keyword to
chain that record and perform other operations.
2. A list of 'the following operations' would be useful.
But OTTOMH, you cannot display a disk file with EXFMT.
| Is This Answer Correct ? | 0 Yes | 0 No |
ESCAPE message sent by child program can be handled by parent program using which keyword?
i would like to know under what circumstance the object will get locked on AS400.
two attributes which govern the excecution of a job>>>>??
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.
I know chain keyword retreive records randomly but how chain keyword exactly works internally????
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
How to write record if no field or the field are different in physical file in rpgle ?