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 |
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?
can anyone explain aboutovrOVRDBF,OPNQRYF, OVRSCOPE and OPNSCOPE?
Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
How we will read call stack?
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
wat is curser?? and its types???
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
How can we know running job is batch or interactive?
How do I read records from Subfile? what is the purpose of READC explain with example?