What is the purpose of the following?

A CSRLOC (F1ROW F1COL)

Answer Posted / jayvardhan

Using this record level keyword, you can specify cursor location on an output operation to the record format you are defining.The program sends output after setting the cursor location.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

difference between sflrcdnbr and sflnxtchg?

705


what is a non-join logical file?

988


what is the function of crtdupobj command?

1173


What is file information data structure(infds) in as400?

979


what is the function of rlu ?

997






What is array in as400? What are the types of array?

634


Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?

664


what is the favicon.ico request that my site receives now and then?

651


what does the ovrdbf command do?

673


How to reverse the string in rpg

1213


describe the difference between the dowxx and douxx operations?

1201


what does dfu program you to do on a record?

743


How to reverse a string using RPG?

720


what is sflpag and sflsiz ?

2300


1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?

411