Describe the function of SETLL operation in RPG language?
Answer / jayvardhan
The SETLL operation positions a file at the next record with a key or relative recordnumber that is greater than or equal to key or relative record number specified infactor1.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is subfile?
what is arrival sequence?
in conjunction with what other keyword must ovrdta and ovrata be used?
How to create a user defined (general) data area?
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?
In there is 100 no. of recordsin PF, if i delete all the records. Then what is the Size of the PF?
Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA
distinguish between terminating a program through seton lr and return?
Can you use multi format LF in CL program?
Q. Soppose one job is running in a batch mode for long time now i want to kill(end)this batch job.How you will achive this?
What is the maximum number of subfiles that can be specified in a display file?
What is the use of E specification in RPG?