What are the different types of access paths maintained on the file?
Answer / pratap thakur
Immediate: All the access paths (open and close) associated with a file will be updated whenever changes made to a file. Rebuild- only open access paths will update whenever changes made to the file. Rebuild takes place whenever remaining access paths will be open.
Delay : Rebuild will not takes place.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the use of dspatr(mdt) keyword?
what is command in SFTP which is equivalent to SDUP command in FTP?
what are the types of errors available in rpg IV or 400.Like decimal data error,sessional error or device error etc...means important error occurings,ie to find out suddenly???pls give answ if u know?Pls give the answer 1,,,,,,,to 12.........ie how it will happened like...for eg if a file is not closiing ,,,like this error is happened... if sufficient data is not in a pf to write in a display file. or sfldsp is not "on"......sessional or device error occured...like this give details all 1 to 12 errors (syam..)....give details PLsssssssssss?
What is file information data structure(infds) in as400?
A join logical file has how many record formats?
Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA
what is default data type for the fields(sub fields) defined in data structures in rpg?
how do you read data area in an rpg program?
What Does Lokup Does In Tables & Arrays?
what is message subfile?
what opcode could be used to test an alphanumeric field for all numeric values?
How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.