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 |
Can be OVRDBF command mentioned after OPNQRYF command in CL?
difference between sflrcdnbr and sflnxtchg?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
what are the different types of data areas?
STRTCPFTP command is used to start FTP in CL Language (ILECL)....can u plz tell me which command is used to start SFTP in CL language(ILECL)?
what is the sequence when using cursor?
Hey, What is the difference between SCAN,CHECK,XLATE OPCODES? please give me the answeres with example in real time senario?
Why do you use Keep and Assume Keywords.
In there is 100 no. of recordsin PF, if i delete all the records. Then what is the Size of the PF?
what is procedure prototype and procedure interface.
What is primary file? How many primary file can be declared in a RPG program?
How many MONMSG commands can declare in a CL program?