How can we make use of SETLL operation in CL?

Answer Posted / syam

Kumar's answer is correct.

OVRDBF FILE(File name) TOFILE(new file name) MBR(*first)
POSITION(*RRN 55)
55 = record number

OR

OVRDBF FILE(File name) TOFILE(new file name) MBR(*first)
POSITION(*KEY 1 RCD1 SYAM)
1 = no of key field
RCD1= Record format name
SYAM = Value

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

739


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

777


during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.

758


What is the difference between iter and do?

679


how can you display specific subfile page on the screen in unequal subfile?

677






how can I tell when to replace the array?

705


what was the robotech rpg?

689


What is a record lock error?

1270


How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...

1317


When it is desirable to describe files Internally?

1193


What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

2521


What is ment by record level identifier?

658


How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?

1566


what is kids-rpg?

671


what is the difference between do while and do until?

713