1.CA(command Atention key)& CF(command Function key)
difference with example?Please can any body tell me in real
time exp?
2.Can any body tell me some mandatery function keys using
while creating any screen with use of SDA-FUNCTION
kEYS?
Answer Posted / ardeep
CA Transfers data (i.e the indicator values) from the
Workstation/Display file to the RPG program. And we can use
that value in our programming logic.
Example -> F3 - Exit option on all the AS400 screens.
CF dosen't transfer any value. We can use the indicator
value only inside the Workstation/Display file and not
outside it.
Is This Answer Correct ? | 7 Yes | 40 No |
Post New Answer View All Answers
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what is the necessary keyword needed to scroll subfile records?
what is the rpg system?
what was the robotech rpg?
how do I play {insert rpg system here}?
what is *place and *auto keyword in prtf ?plz explain
Interviewer asked me write down DDS for load all subfile .can anybody write dds
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
How would display prime numbers using CL program?
How to handle duplicate error handling in RPG?
what is data area and how it is used in rpg program ?
What is difference between bind by copy and bind by reference?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?