How to know the number of records in a pf through clp program?
Answer Posted / syam
My above both answer is CL Command
for CL Program use this code (RTVMBRD - Retrive Member
Description)
PGM
DCL &NBRRCD TYPE(*DEC) LEN(10 0)
RTVMBRD FILE(FILLIB/FILEA1) MBR(*FIRST)
NBRCURRCD(&NBRRCD)
ENDPGM
| Is This Answer Correct ? | 83 Yes | 1 No |
Post New Answer View All Answers
which single rpg opcode performs both setll and reade?
where can you specify an indicator in lokup operation?
when should I use method get, and when should I use method post in my cgis?
what is the use of data structures?
If i change any file through application after entering data , how to check which file is updated through applications . For call stack we takes esc 3 then we chose 11..But What is answer of below qtn..?
how many maximum spaces could be given in o specs?
what is the maximum number of record formats in dspf?
some special characters I key in my html source members show different on my web pages. Why? How can I solve this?
can you display a empty subfile?
How do you check object lock
which are the relational operators in rpg?
how will you search an array?
what are necessary keywords to code message subfile?
what is a non-join logical file?
what are the three types of keywords associated with printer file ?