Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to know the number of records in a pf through clp program?

Answers were Sorted based on User's Feedback



How to know the number of records in a pf through clp program?..

Answer / 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

How to know the number of records in a pf through clp program?..

Answer / mallela78

RTVMBRD FILE(ITMRVA) NBRCURRCD(&RCDCNT1)

Is This Answer Correct ?    13 Yes 1 No

How to know the number of records in a pf through clp program?..

Answer / syam

The correct answer...
use command DSPFD FILE(LIBOBJ/FILEA1) then Enter
then PGDOWN to last there u can see no.of records

Total number of
members . . . . . . . . . : 1
Total number of members not
available . . : 0
Total records . . . . . . . . . . . . . . :
2488

Is This Answer Correct ?    18 Yes 11 No

How to know the number of records in a pf through clp program?..

Answer / ashok

pgm
declare the file
runqry with output form as *SUMMARY parameter
endpgm

Is This Answer Correct ?    12 Yes 8 No

How to know the number of records in a pf through clp program?..

Answer / 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

How to know the number of records in a pf through clp program?..

Answer / ravi shankar porwal

U can also find out the total no of record in a pf using
the OPNQRYF Commond in CL Pgm.

Is This Answer Correct ?    1 Yes 3 No

How to know the number of records in a pf through clp program?..

Answer / 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

More IBM AS400 AllOther Interview Questions

Is qgpl a user library or system library?

1 Answers  


The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help...

1 Answers  


Q. 1.What are the in build functions in CL program and what are uses of thes in build functions? 2.How we can create own command in CL program? 3.What is use of STRSRVJOB?

3 Answers   CTS,


What is difference between CAT, TCAT, BCAT?

1 Answers  


what are two types of record are used in subfile?

1 Answers   IBM,


When does the DFT keyword in PF be used?

1 Answers  


What is the use of E specification in RPG?

1 Answers  


What is field reference file?

1 Answers  


can you display a empty subfile?

0 Answers   IBM,


how do you detect unused spool storage?

2 Answers  


in which specification the report layout can be defined?

1 Answers   IBM,


The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...

0 Answers  


Categories