How to know the number of records in a pf through clp program?
Answer Posted / karthik
This is the EXACT CODE if you have any doubt.... mail me@
Gatlakarthik@gmail.com
DCL VAR(&R1) TYPE(*DEC) LEN(10 0)
DCL VAR(&D1) TYPE(*CHAR) LEN(2)
DCLF FILE(PF12) RCDFMT(RCD1)
RTVMBRD FILE(PF12) NBRCURRCD(&R1)
CHGVAR VAR(&D1) VALUE(&R1)
SNDPGMMSG MSG(&D1)
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can you summarize the steps I have to go through in writing my first cgi?
how can I control the way a remote browser uses its cache?
what is the function of cpysplf command?
What is difference between rename and prefix?
How can we read file using curser? how to define a curser?
when do you use f-spec. Continuation line ?
What is dynslt?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
how may a cgi control duplicate inputs?
how can u check no of records in a file?
Explain The Keywords Edtcde & Edtwrd?
what are indicators?
What is diff between EVAL & MOVE?
What is a query can be displayed without saving it?
what is message subfile?