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
list some of the commonly used commands for debugging?
How Many Specs Are There In Rpg & Which Are They?
what are members?
What is the difference between non-join logical files and join logical files?
what does check opcode do ?
what is the difference between *like and *namvar ?
what is arrival sequence?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
explain the use of dftwrt display keyword?
when should I use method get, and when should I use method post in my cgis?
how many maximum spaces could be given in o specs?
how can we run a batch job?
which cl command is used to trap error messages during program execution?
using dfu, user will be able to ___________ from physical file?
how to toggle between single line and multi - line display of a particular record in a subfile?