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
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 |
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 |
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
what is the use of sflend keyword?
what are the different types of arrays available in rpg ?
Define a Job Queue?
describe the difference between the dowxx and douxx operations?
How to Define a Procedure in RPG?
Is it necessary to define all formats ? Which are mandatory and which are Optional ?
what is *inzsr used for?
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!!)
What are the functions of Remote Job Entry (RJE) ?
what is sflpag and sflsiz ?
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?