I had ruestion in one of the interview.....
If 1 file has more than 1 member and i want to use the 2nd
member in the RPG pgm (in RPG400),how can I use this....
I know the possible answers i.e. useing API 'QCMDEXE' or
Before calling the pgm I can use OVRDBF for that member...

but I dont' want to use both the tips in above scenarion.

Does any body tell me how can i use this ....?

Answers were Sorted based on User's Feedback



I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the..

Answer / swetha p rao

Using Extmbr key word in F Spec you can access the members
of file in RPG4.

Is This Answer Correct ?    9 Yes 1 No

I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the..

Answer / suresh kumar

1)create a logical file on the P.F while creating mentioned
the DataMember name in the crtpf command and use this
logical if u are not able to use ovrdbf in cl, Extmber in
RPG400/RPGIV and QCMDEXEC in RPG/RPGLE to Execute in OVRDBF.

ex: CRTLF FILE(FILEA) DTAMBRS((FILEA (MEM02)))

Is This Answer Correct ?    2 Yes 0 No

I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the..

Answer / sweta

What is the scenario exactly , You want to access all the
members of the file one by one and you donno the names of
the memebers


or

You want to access only second member and you donno the
name of the member
If you want to use only second number then define a
variable and initialise it with second member name.and in F
spec define the extmbr.

Is This Answer Correct ?    1 Yes 0 No

I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the..

Answer / samul

Sweta,

I think above scenario will clear what am trying to ask.
---------------------------
I have following scenario :-
a) One file says FILEA,has a three members
Members : Mem01 ,Mem02 ,Mem03
b) I want to use member Mem02 in my RPG400 program
(PGM01). (I have to use only RPG400 not RPGIV/RPGILE)

c) I don't want to use QCMDEXE,EXTMBR or OVRDBF in program
PGM01.

How can I do it....?

---------------------------

Is This Answer Correct ?    1 Yes 0 No

I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the..

Answer / ravi

Small correction
1)create a logical file on the P.F.,while creating mention
the DataMember name in the CRTLF command and use this
logical if u are not able to use ovrdbf in cl, Extmber in
RPG400/RPGIV and QCMDEXEC in RPG/RPGLE to Execute in OVRDBF.

ex: CRTLF FILE(FILEA) DTAMBRS((FILEA (MEM02)))

Is This Answer Correct ?    1 Yes 0 No

I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the..

Answer / shruti tayal

IGNORE/INCLUDE keywords are specific to all the record
formats of the member under consideration...so if used it
would ignore/include that specific record format not file
member.

Is This Answer Correct ?    2 Yes 1 No

I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the..

Answer / samul

I stuck in this scenario.

Welcome to all of you for the suggestion

Is This Answer Correct ?    0 Yes 0 No

I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the..

Answer / ankush chaudhary

Hi Paul,
In order to ignore say first member of a file and use the
2nd member we can use IGNORE and INCLUDE keywords on the F
specs.
IGNORE is used in case we do not want to use a particular
member of a file.
INCLUDE helps in using a particular record format for the
file.
Hope this clarify your doubt.

Is This Answer Correct ?    1 Yes 1 No

I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the..

Answer / srinath

In F Spec use Keyword EXTMBR(Second member name)

Is This Answer Correct ?    1 Yes 1 No

I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the..

Answer / swetha p rao

If we can use SQLRPGLE we can ccreate alias on the member.


I am not sure of other ways other than extmbr, Ovrdbf in
RPG400.may be you can tell me of there any other ways

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More IBM AS400 AllOther Interview Questions

What is the purpose of "A CSRLOC (F1ROW F1COL)"?

1 Answers  


What is the function of SEU ?

1 Answers  


How many record formats can you have in a Physical file and in a Logical file ?

1 Answers  


is it possible to do commitment control with out journaling?

1 Answers  


What is array in as400? What are the types of array?

0 Answers  






Can level check error occur if we do chgpf?

0 Answers  


Want to know related Interview questions and answers for seniors

1 Answers  


What are the types of Signature validation?

1 Answers  


How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz

0 Answers  


define the purpose of the *bcat function?

1 Answers   IBM,


what are the three types of keywords associated with printer file ?

1 Answers   IBM,


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

0 Answers   IBM,


Categories