explain sflclr, sflend, sfldlt, and sflcsrrrn?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More RPG400 Interview Questions

how can an indexed file be used as arrival sequence in RPG?

3 Answers   IBM,


I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this

3 Answers   ISG,


how do u find whether a record is locked or not??

4 Answers   CTS,


Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?

0 Answers  


How can we change element of compile time array?Can we do so

1 Answers   TCS,






what do you mean by an input subfile, what are the keywords required?

0 Answers   IBM,


Anybody can explain the difference between SFLCLR & SFLINZ?

7 Answers  


how do I declare a table or array in rpg iv?

0 Answers   IBM,


How to identify the object has compiled with the debug view as *source without using STRDBG?

6 Answers  


How to index LF by relative record no (RRN)

1 Answers  


1.Suppose my file has 10 fields and I want to make the 2nd field Zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation? 2. Assume my file has 100 records and I want to see only first 10 records. Is this possible through LF? 3.I have 3 jobs A B and C. I want to submit B after successful completion of A and want to submit C after successful completion of B. Without using job scheduler or job queue, how can i do that through CL program? 4.What is difference between Bind by copy and bind by reference?

4 Answers   Virtusa,


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  


Categories