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

How can we override a file during runtime in rpg?

0 Answers  


how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE

3 Answers   iGate,


How to find d key field of a pf that doesn’t have source physical file?

2 Answers  


what is EXCEPT command in rpg and use

1 Answers   Active Brains,


how do u track msg in cl pgm???

1 Answers   CTS,


1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF

5 Answers  


How to declare the more than one file in cl/400.

13 Answers   IBM,


write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen

0 Answers  


How to read a record from file where there is multiple record occurrence is available?

1 Answers  


how many variables can we declare in cl pgm?

13 Answers  


Maximum how many files declare in rpgle

3 Answers   TCS,


How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)

6 Answers   CTS, IBM,


Categories