what is the rpg and cl life cycle?Please tell me any body
Answers were Sorted based on User's Feedback
Answer / hamel
RPG life cycle is nothing but fixed logic cycle in RPG,
wherein we cannot read/chain a file it reads the file
automatically sequencially till the end.
Is This Answer Correct ? | 9 Yes | 3 No |
Answer / svankipu
Hamel's answer is correct.
Opening, Reading, Writing & closing of a file is done
automatically.
But there is no such thing like Cl-Life-Cycle.
Don't get mis-led.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / se yarbrough
Are you talking about life cycle are the OS cycle.. Two completely different things..
1.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / s.e. yarbrough
RPG FULL LIFE CYCLE:
analysis, designed, coded, implemented
Which is different from OS cycle..
Is This Answer Correct ? | 0 Yes | 1 No |
which cl command is used to trap error messages during program execution?
How do I remove a flag or check no. or name when a user opens too many sessions?
how to declare a constant variable in the freeformat?
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?
name few ibm supplied libraries?
What is an Array Data Structure?
define a output queue?
What is class of service ?
how can you detect overflow for a print program that prints multiple lines per cycle?
what is procedure prototype and procedure interface.
why we use binding directory and service pgm
An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?