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 Posted / 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 |
Post New Answer View All Answers
explain sflclr, sflend, sfldlt, and sflcsrrrn?
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?
What is a record lock error?
what is the difference between do while and do until?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
what is the rpg system?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
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...?
What is file identifier where we can use?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is the use of sflnxtchg?
can you debug ile rpg program using isdb?
How can we know running job is batch or interactive?
what do you mean by an input subfile, what are the keywords required?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg