1.what is mean by compilation and runtime error?
2.How to define ALFA numeric value in pf?
3.what command is used to define a data in cl pgm?
4.What type of command is used in page at a time subfile
and load all subfile?

Answers were Sorted based on User's Feedback



1.what is mean by compilation and runtime error? 2.How to define ALFA numeric value in pf? 3.what ..

Answer / gupta sam

Compilation error occurs when you compile your program. If
program is having some syntax error then its a compilation
error and through when you compile your program.
Run Time error occurs when there is an error in logic and
this comes in piture when you call your program.
By DCL command you can define a variable in CL program .
SFLPAGE and SFLSIZ is used to define subfile whether load
all subfile or else.

Is This Answer Correct ?    14 Yes 0 No

1.what is mean by compilation and runtime error? 2.How to define ALFA numeric value in pf? 3.what ..

Answer / swapan dey

q.1 compilaton error is occur during a compilation time (
PGM1 going to be compile .
Runtime error occur when an array is load into the memory
befor the compilation...
2.
TYPE(*CHAR,*LGL,*NUMERIC)
4.LOADALL
SINGLE PAGE SUBFILE

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More IBM AS400 AllOther Interview Questions

Hello friends, i am having 1 year experience in AS/400. Can any one send me the as400 interview questions to my email id:nagaraju20087@gmail.com

1 Answers  


what is the use of sflend keyword?

1 Answers   IBM,


what are the different types of arrays available in rpg ?

1 Answers   IBM,


Define a Job Queue?

1 Answers  


describe the difference between the dowxx and douxx operations?

1 Answers   IBM,


How to Define a Procedure in RPG?

0 Answers  


Is it necessary to define all formats ? Which are mandatory and which are Optional ?

1 Answers  


what is *inzsr used for?

1 Answers   IBM,


how a varible can be passed to a subfile...accnt1 contain data in a data area..ie Daccnt1 uds,Daccnt2 3 overlay(accnt1:1), DNo 4 overlay(accnt1:4)..we want to transfer this dataarea value from acnt0001 to a subfile..that means to enter each record we have to incriment account no,, i normal window we can do move accnt1 account_no eval account_no=accnt1 eval no=no+1 exfmt usr_account how it possible with Subfile????????.Please do answer? (Thank you for all your answers dear friends!!)

1 Answers   CTS,


What are the functions of Remote Job Entry (RJE) ?

1 Answers  


what is sflpag and sflsiz ?

2 Answers   IBM,


1.what are the builtin funtions in cl pgg?Explain with example 2.what is meant by left outer join?where we can use this?

2 Answers  


Categories