Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What would be the result on writing a data record to a PF
file using the "WRITE" opcode after the SETON *ON *INLR
statment?

Answers were Sorted based on User's Feedback



What would be the result on writing a data record to a PF file using the "WRITE" opcode ..

Answer / prabhas

It will sucessfully write the data record to a PF

Is This Answer Correct ?    17 Yes 3 No

What would be the result on writing a data record to a PF file using the "WRITE" opcode ..

Answer / prabhas

All files used remain opened till it executes last 'C' spec
statement

Is This Answer Correct ?    9 Yes 1 No

What would be the result on writing a data record to a PF file using the "WRITE" opcode ..

Answer / naveen chandra joshi

It will write the record in the database file even after LR
indicator sets on.
Program execution continues till last C specification.

Is This Answer Correct ?    3 Yes 0 No

What would be the result on writing a data record to a PF file using the "WRITE" opcode ..

Answer / syam

Hi Prabhas thanks....Why it is writing? Seton *On *Inlr not
closing the pf file?

Is This Answer Correct ?    4 Yes 2 No

What would be the result on writing a data record to a PF file using the "WRITE" opcode ..

Answer / raghavendra malwadkar

It will sucessfully write the data record to a PF and only
after executing the last record, LR indicator sets on,
hence even if you specify Seton *LR any where in the
program, the LR indicator is *ON only after executing the
last record.

Hope it suffies you concern.

Is This Answer Correct ?    5 Yes 3 No

What would be the result on writing a data record to a PF file using the "WRITE" opcode ..

Answer / harshad r suryawaunshi

Write statement will get executed successfully and record
will get added in the file. Program execution continues til
the last line of C specs.

Is This Answer Correct ?    3 Yes 1 No

What would be the result on writing a data record to a PF file using the "WRITE" opcode ..

Answer / sree

The LR indicator says, the last record in the file has
reached and hence there are no input records to process. But
this will not prevent in writing the record to file.

Please correct me if I am wrong.

Is This Answer Correct ?    0 Yes 0 No

What would be the result on writing a data record to a PF file using the "WRITE" opcode ..

Answer / sakshi anand

i think it will not be executed because the files is closed when we use seton lr/or the odp is closed now.

Is This Answer Correct ?    0 Yes 2 No

What would be the result on writing a data record to a PF file using the "WRITE" opcode ..

Answer / sakthi

all files will be closed with inlr on and we can't perform write operation on a closed file. We will get error.

Is This Answer Correct ?    0 Yes 2 No

What would be the result on writing a data record to a PF file using the "WRITE" opcode ..

Answer / gsp

The 'Write' statement has to be witten before
the Lr On statement.
Reason: All files are closed and program ends
as soon as Lr is on.

Is This Answer Correct ?    5 Yes 10 No

Post New Answer

More RPG400 Interview Questions

wat is the difference between dataarea and data queue?

5 Answers   Airtel, Four soft, Shahi Exports,


When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?

5 Answers   Mphasis,


1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?

2 Answers   Cap Gemini,


in which journalling which attributes are necessary??/

1 Answers   CTS,


RPG/400 number of Records present in a physical file using file information data structure FPF001 IP E DISK F KINFDS INFDS1 IINFDS1 DS I *RECORD RECORD Is this coding correct sir,i have given I P E that is I- input,P-primary file,E-externally described. Primary to use RPG logic cycle,is this the correct method because we have to find number of records present using file information data structure in RPG/400 without doing any input/output operations on the file and also without using DSPFD,SQL. If the above coding is correct means,when i compile the program it gets compiled,but if i call the program it does not return anything,i need number of records,please complete the coding sir.

1 Answers   IBM,


What is the OPEN and CLOSE accesspath?

3 Answers   CTS,


What is I90(Insure 90)?

1 Answers  


How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?

3 Answers   HCL,


1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?

2 Answers   TCS,


What are the values of NUM1 and NUM2 after executing the following code? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2+÷+ResultLenDHHiLoEq C MOVE *LOVAL NUM1 50 C MOVE *J-fIVAL NtJM2 52

2 Answers   Fiserv, IBM,


A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???

3 Answers   HSBC,


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.

0 Answers  


Categories