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
which are control break logic indicators?
Can you summarize the steps I have to go through in writing my first cgi?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
how many files can be defined in f specs?
how can database records be read without lock ?
what is *iso date format?
how will you find a string using pdm?
how to develop some simple graphs (bar charts) using just html?
an access path may be in which sequence?
how can I automatically refresh a web page?
what is the difference between seton lr and retrn?
how does union file maintains record formats?
A join logical file has how many record formats?
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
how do you pass parameters in cl?