how can I tell when to replace the array?
No Answer is Posted For this Question
Be the First to Post Answer
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
what is plat file?
Need a sql query: retrieve all duplicate records in table?
how to check on which PF , the LF is dependant ?
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
what is file information data structure?
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
3. Given the DOS Specification below and the following information: • Indicator 50 is off • No records have been written to the subfile What will be the result if the EXFMT operation code is performed on the record format CTLR? A R SUBFL A DESCRIP 101 6 1ODSPATR(UL) A DFT(’NOT FOUND’) A R CTLR SFLCTL(SUBFL) A N50 SFLDSP A SFLDSPCTL A SFLINZ A 67 SFIJEND A SFLSIZ(13) A SFLPAG(12) A ACCOUNTNO 100 S 10 a.) Only AccountNo will display b.) SUBFL will be initialized with 13 blank records c.) An I/O exception error will occur d.) The screen will display 12 records with ‘NOT FOUND’
in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
The RP program is displaying records 11 times .But there are 10 records in a pf.(ie last record is displayed twice).How to display records only 10 times?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?