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...


1) How to retrieve RRN through RPG ?
2) How to pass parameter by value ?
3) How to trap the error through the RPG/400

Answers were Sorted based on User's Feedback



1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the erro..

Answer / swetha p rao

1. File information Data Strucutre

2. Using Parm

3. Monitor
On-Error *All
Endmon

Is This Answer Correct ?    20 Yes 4 No

1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the erro..

Answer / zhang

1. in F specification, use RECNO keyword.
2.
3. Use error capture subrountine, *PSSR

Is This Answer Correct ?    6 Yes 2 No

1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the erro..

Answer / deepu

1.USING SETLL OR CHAIN BY GIVING RRN IN FACTOR ONE,OR
SPECIFY RECNO KEYWORD IN FILE LEVEL.

2.USING CALL AND PARM



3.USING ON-ERROR OPCODE

Is This Answer Correct ?    8 Yes 5 No

1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the erro..

Answer / vishal

using recno(var) keyword in f spec where var is a variable
to store rrn.

Is This Answer Correct ?    3 Yes 1 No

1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the erro..

Answer / guest

1 we can retrieve RRN through RPG by SFLRCDRRN along with
dds

3. we can trap the error through the RPG/400 by PSSR, INFDS

Is This Answer Correct ?    5 Yes 4 No

1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the erro..

Answer / dileep

WE CAN RETRIEVE RRN BY USING INFDS

Is This Answer Correct ?    2 Yes 1 No

1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the erro..

Answer / kumar

1) using CHAIN OR SETLL
EX : FSAMP IF E DISK
C 5 CHAIN SAMP
FLD DSPLY
EVAL *INLR=*ON

2) Using call and parm


3)Indicators, infds(file information datastructure) *pssr

Is This Answer Correct ?    2 Yes 1 No

1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the erro..

Answer / sbakshi4

useing below query:

select rrn(a),a.* from Lib_name/File_name a

Is This Answer Correct ?    0 Yes 0 No

1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the erro..

Answer / prateek

we can pass parameter by value to *PGM object.

Is This Answer Correct ?    0 Yes 5 No

1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the erro..

Answer / girish kulkarni

1) Through CHAIN opcode it is possible , give RRN in Fact1
2) Write the value in Fact2 of Parm Opcode and name of
parameter in result field
3) Through the program status data structure or File
information data structure

Is This Answer Correct ?    4 Yes 14 No

Post New Answer

More RPG400 Interview Questions

WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?

3 Answers  


how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.

1 Answers  


When a object will be locked & when a record will be locked? Plz explain.

2 Answers  


how do you use commitment control in rpg?

0 Answers   IBM,


In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening

2 Answers  


How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...

2 Answers  


When will DUMP & DEBUG be ignored?

3 Answers   IBM,


Can we found a record existance in a file w/o reading the file?

6 Answers   Traitsys Technologies,


When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?

0 Answers  


To check the locks , we use cmd WRKOBJLCK , but how we confirm whether it's objeck lock / member lock. I confused with the Lock type and Status values...Can any body please tell me ...

5 Answers  


How to find d key field of a pf that doesn’t have source physical file?

2 Answers  


1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF

5 Answers  


Categories