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 can we write LF using flatfile.

Answers were Sorted based on User's Feedback



how can we write LF using flatfile...

Answer / jitender singh

U can do in the following ways

Suppose u have Flat file XYZ of 10 lenght

What u do in LF
R REC1 PFILE(XYZ)
FLD1 I SST(XYZ 1 3)
FLD2 I SST(XYZ 4 7)

IN this way you can also name the filed in LF

Is This Answer Correct ?    17 Yes 3 No

how can we write LF using flatfile...

Answer / kk

By using SST k/w in LF, we can write LF using Flat File

Is This Answer Correct ?    3 Yes 0 No

how can we write LF using flatfile...

Answer / nirosh


In the system 36 environment, we have procedure named
BLDINDEX for create Logical file for Flat file. First We
can run System 36 environment using STRS36 command. Then
type this command & you need to give starting position of
the key field & length of it.

Is This Answer Correct ?    1 Yes 0 No

how can we write LF using flatfile...

Answer / shantanu

Hi Nirosh Can you Explain your ans properly.

Is This Answer Correct ?    0 Yes 0 No

how can we write LF using flatfile...

Answer / nirosh

BLDINDEX MLR?WS?,28,8,ML.RETUR,,DUPKEY
BLDINDEX ML.HIS?WS?,9,6,ML.INVHS,,DUPKEY,,17,5

TYPE BLDINDEX in system 36 environment & F4

BLDINDEX PROCEDURE Optional-*
Ignored-%
Crtes an alternat index for a physical file




Name of file to be CREATED . . NIROSH
Start posit for 1st field of key 1-4096 6
Length of first field . . . . . 1-120 5
Start posit for 2nd field of key 1-4096 1
Length of 2nd field . 1-120 5
Start posit for 3rd field of key 1-4096
Length of 3RD field 1-120
Name of PHYSICAL FILE . . . ML.CRDR
Creation date of physical file
Allow duplicate keys DUPKEY,NODUPKEY DUPKEY
Prefer disk locn A1,A2,A3,A4,block number

Enter

Is This Answer Correct ?    1 Yes 1 No

how can we write LF using flatfile...

Answer / fahim

suppose flatF name is flat1 n want to relate with lf so follow the steps
recfmtname(flat1) pfile(flat1) and compile it n run lf

Is This Answer Correct ?    0 Yes 0 No

how can we write LF using flatfile...

Answer / sagar

Suppose u have Flat file FLATPF of 70 lenght

R FLATPF PFILE(SAGARLIB/FLATPF)
FLATFLD RENAME(FLATPF)
FLD1 I SST(FLATFLD 1 5)
FLD2 I SST(FLATFLD 7 8)
FLD3 I SST(FLATFLD 16 4)

Is This Answer Correct ?    0 Yes 0 No

how can we write LF using flatfile...

Answer / rajat01

Dm400, source code please?

Is This Answer Correct ?    0 Yes 0 No

how can we write LF using flatfile...

Answer / dm400

Create a SQL View over Flat file..SQL view is a almost LF

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More DB400 Interview Questions

Last statement of any RPG pgm is LR?

5 Answers  


I want to change the attribute of field or want to add new field in existing PF but condition is format level identifier should not change, is it possible?

9 Answers   Mind Tree, TCS,


CRTDTA AND CRTARA should be used along with?

2 Answers  


When we use any keyword like FIFO,LIFO, at file level but whenever we check by runqry we couldn't find answer in FIFO,LIFO,FCFO etc so how we check the answer.

2 Answers  


There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.

0 Answers  


Which keyword is used both in subfile and subfile control record format of a DSPF?

8 Answers  


i have a PF,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in PF

3 Answers  


How to read a pf in reverse(from last record to first) using cl?

0 Answers  


In how many ways we can create a logical file?`

5 Answers  


Suppose if a physical file is having 1000 records, but i deleted 500 records from it. Here the concern is can the size of the file changes or it remains the same... kindly help me out with thorough xplanation.... Thanks in-advance...

6 Answers   ABC, TCS,


what is multiple member pf

1 Answers   Active Brains,


Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?

0 Answers  


Categories