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?
Answer Posted / 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 |
Post New Answer View All Answers
how to run other job when one job is active?
what is the length of a variable in rpg?
what is *inzsr used for?
What is the difference between non-join logical files and join logical files?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
how can I start a page in a new window?
using dfu, user will be able to ___________ from physical file?
Difference Between Call & Sbmjob?
what is the maximum number of parameters allowed in rpg?
how to get the cursor position?
WHAT IS AS/400 SYNORIO?
Using %check we are checking monika in mona what is output? What is %SCAN?
In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.
explain the use of dftwrt display keyword?
when do you explicitly open files and close files in an rpg program?