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


What is LEVEL CHECK?

Answers were Sorted based on User's Feedback



What is LEVEL CHECK?..

Answer / shobhit

As per my knowledge…

When ever we compiled physical file, the system generates
unique code or level code for identifying the file.

And when ever we compiled RPG program using that file, the
compiler store the Level code of physical file for further
reference. That’s call lever check.

Ex: If you compiled the RPG program and after that made
some changes in physical file, and then call the RPG
program without compiling again it will give the Level
check error.

Please correct me if I am wrong &#61514;

Is This Answer Correct ?    83 Yes 7 No

What is LEVEL CHECK?..

Answer / mithun paul

Whenever PF is compiled, the system generates unique code
for identifying the file for future reference.

When we compile the Program that uses the PF, will use that
unique code of the PF.

If we now call the program, then its run successfully.But
if we change the PF and recompile the PF, the system
fgenerates a new unique code for that PF. So, our program
Don't have this unique code and hence terminates abnormaly
with a Level Check error.

The solution of Level Check error is when ever it happens
we have to either compile the PF with Level Check parameter
value *NO or we have to compile the program again.

Please let me know anyone, if i am wrong.


Mithun Paul
KMG Infotech Ltd.
Kolkata

Is This Answer Correct ?    61 Yes 3 No

What is LEVEL CHECK?..

Answer / abhishek

As per me ...Whenever we compile a PF system generates a Rcd
Fmt level identifier , which is a unique no . for record
format . If this file is being used by some pgm and we
change the structure of our PF for ex. we add one more field
or change some existing field length then and compile the PF
, then system generates a new code for the record FMt .

Level check occur when we change PF structure and do not
compile pgm which is using that file . Because the program
will be using the old identifier.
If we want to check identifier then we can ue command DSPFD
for file and for program we can use , DSPPGMREF to see the
FMt level identifier which is used by program for that file.

Is This Answer Correct ?    23 Yes 0 No

What is LEVEL CHECK?..

Answer / cran

Level check occurs @ scenorios like u are working on rpg
program that has a pf file r a display file,
the program is running properly ith the intial unique
generated. u change a pf r dispaly file field length r
position and try to call the rpg program with out compling
the dds u get a level check error ?
level check *no is not a good practise

Is This Answer Correct ?    12 Yes 4 No

What is LEVEL CHECK?..

Answer / srujana

When an HLL OBject is not linked with the current DDS then this error is occured called level check Error.

Is This Answer Correct ?    1 Yes 2 No

What is LEVEL CHECK?..

Answer / khanna

sorry i dont knw abt level check

Is This Answer Correct ?    5 Yes 7 No

What is LEVEL CHECK?..

Answer / shriram

level check error is nothing but when we creating pf and
compile it then system generate its own unique code.if we
use this pf in rpg program then system refers this pf using
unique code this unique code is called level check error

Is This Answer Correct ?    2 Yes 12 No

Post New Answer

More IBM AS400 AllOther Interview Questions

OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?

3 Answers   IBM,


Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA

1 Answers  


what would be the effect on the field where reverse image, underline and highlight display attributes were active?

1 Answers   IBM,


How to add 99 menu (page down) option in menu creation..

0 Answers  


what is message subfile?

1 Answers   IBM,


what is the use of sflend keyword?

1 Answers   IBM,


What does the keyword UNIQUE mean ?

1 Answers  


What is the difference between Physical and Logical files ?

1 Answers  


Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?

5 Answers   CTS,


What is FCFO, FIFO, LIFO in Database environment ?

1 Answers  


can anybody give the interview questions list of RLU. plz mail me: dinesh_sati07@yahoo.com

0 Answers   HCL,


write a pgm to read p.f using cl pgm?

2 Answers   Ocwen, SLK, TCS,


Categories