How to know the number of records in a pf through clp program?
Answer Posted / syam
Very simple....just copy pf file to another pf file.
after copy system will display subfile message on
last line of display move cursor to last line
24th line on the monitor then press PGDown key 2 times
"2488 records copied from member SALEDT."
CPYF FROMFILE(LIBOBJ/FILEA1) TOFILE(LIBOBJ/FILEA2) MBROPT
(*ADD) CRTFIL(*YES).
| Is This Answer Correct ? | 1 Yes | 19 No |
Post New Answer View All Answers
how will you find a string using pdm?
how you will find an error which is not in the first page of the subfile without using rolldown key?
can you have multiple key lists for a single file ?
what is the maximum number of fields under a record format of physical file?
define what a data area is along with a brief example of what it may be used for?
what is the purpose of overrides?
when do you use f-spec. Continuation line ?
how does the runqry show the output?
what is scan and xlate?
what is the length of a variable in rpg?
when should I use method get, and when should I use method post in my cgis?
what key word is used when screen is re-display?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
how can you detect and handle a record lock situation?
define data structure?