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 declare the more than one file in cl/400.

Answers were Sorted based on User's Feedback



How to declare the more than one file in cl/400...

Answer / syam

CL Supports Max 5 Files per porgram in Ver 5 Rel 4 and
above.

PGM
DCLF FILE(File1) OPNID(P1)
DCLF FILE(File2) OPNID(P2)

RCVF OPNID(P1)

RCVF OPNID(P2)

ENDPGM

Is This Answer Correct ?    54 Yes 3 No

How to declare the more than one file in cl/400...

Answer / nipun

DCLF with an OPNID keyword to specify a unique id to every file opened in a CL.

Is This Answer Correct ?    33 Yes 1 No

How to declare the more than one file in cl/400...

Answer / d

we can declare one file in cl .
but in cle we can declare max 5 files.

Is This Answer Correct ?    14 Yes 1 No

How to declare the more than one file in cl/400...

Answer / ermohit007

With OPNID keyword you can declare more than one file in CL
but this facility is available only in CLLE and you can
declare upto 5 files.

Is This Answer Correct ?    11 Yes 3 No

How to declare the more than one file in cl/400...

Answer / mathan kumar

DCLF FILE(DSP101) RCDFMT(SCR1)
DCLF FILE(DU) RCDFMT(SCR1) OPNID(OPN)
SNDRCVF RCDFMT(SCR1)
SNDRCVF RCDFMT(SCR1) OPNID(OPN)

Is This Answer Correct ?    6 Yes 0 No

How to declare the more than one file in cl/400...

Answer / siva prasad

in cl 400 we cannot dcl more then 1 file
but in clle we can dcl max 5 files by using
open id
syntax
DCLF DIV(FNAME) OPNID(FNNAME)
DCLF DIV(LNAME) OPNID(LNAME)

Is This Answer Correct ?    6 Yes 2 No

How to declare the more than one file in cl/400...

Answer / prototype

V5R3 and above -
You can declare more then 1 file, a maximum of 5 along with
a unique open id against each. These open id's can be used
to read data from these files.
Source member name may not be CLLE, it will work with CLP
as well.
CLLE is ofcourse required but when CALLPRC or something of
the sort (AN ILE FEATURE) is used but not for DECLARING
files!

Is This Answer Correct ?    2 Yes 0 No

How to declare the more than one file in cl/400...

Answer / kapil kumar

In cl/400 u can not declare more than one file but in clle u can declare max. of five files. Syntax is same as in cl/400
DCLF

Is This Answer Correct ?    6 Yes 5 No

How to declare the more than one file in cl/400...

Answer / g.karthik

we can declare only one file in cl/400..

not possible in cl/400 to declare 2 or more files..
it is possible in rpg/400

Is This Answer Correct ?    1 Yes 1 No

How to declare the more than one file in cl/400...

Answer / deepak

we can declare moer than one file in cl/400 by using opnid

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More RPG400 Interview Questions

1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF

5 Answers   CTS,


how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.

4 Answers   iSoft, Wipro,


How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...

0 Answers  


What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'

2 Answers  


are there any useful c runtime apis that I can call from rpg iv?

0 Answers   IBM,


what will happen two jobs have same name are submitted

5 Answers   CTS,


What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?

2 Answers   CGI, Wipro,


we hav job which is running as batch. it takes atleast 06hours to complete tht job. bu i wana do tht job with in 3hours.........? so plz post ur answers

8 Answers   Cap Gemini, IBM,


How to declare the pull button in AS/400..

0 Answers  


what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?

3 Answers  


What is the OPEN and CLOSE accesspath?

3 Answers   CTS,


I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?

1 Answers   IBM,


Categories