Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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?

Answers were Sorted based on User's Feedback



1.CA(command Atention key)& CF(command Function key) difference with example?Please can any bod..

Answer / ullas

Above ans is not correct its just opposite

CF is a command function key to transmit changed data as
opposed to CA command attention key, which does not transmit
changed data.

Is This Answer Correct ?    50 Yes 1 No

1.CA(command Atention key)& CF(command Function key) difference with example?Please can any bod..

Answer / neha

The CF and CA keywords are used in display files to enable
function keys. CF01 and CA01 both enable the F1 key on your
keyboard. The difference is that a CF (command function) key
updates the fields in your program, while a CA (command
attention) key does not.

A CA key also bypasses any field editing. For example, if
you enter a bad value into a field that has the VALUES
keyword specified in the DDS and then press a CF key, you
will get an error, and the screen will not be returned to
the program because the field doesn't pass validation. If,
on the other hand, you hit a CA key, the editing is
bypassed, and the CA key is returned to the program
(although the fields are not). The best use for CA keys is
keys that exit a screen without updating data--typically,
CA03 or CA12 in iSeries applications.

Is This Answer Correct ?    33 Yes 0 No

1.CA(command Atention key)& CF(command Function key) difference with example?Please can any bod..

Answer / priya

CA does not retains the value into the buffer memory.
CF retains the value into the buffer memory.If we have
F3=Exit defined with CF in display File,in debug give F3 in
screen ,then it returns control to Debugging Program.For CA
,it comes out of debugging program.

Is This Answer Correct ?    4 Yes 0 No

1.CA(command Atention key)& CF(command Function key) difference with example?Please can any bod..

Answer / archanasam

It's just simple.CA keys are used to pass data from display device to your program or reading screen data and return gives control to your program
CF keys are usually used to don't any data from display device to program or with out reading screen data before giving control to your program.
So CF03 = exit usually used for existing screen,no need to pass data.
CA06 ,CA08 are usually used to add a record or to update a record,it means necessary you need to pass some action or data.

Is This Answer Correct ?    0 Yes 3 No

1.CA(command Atention key)& CF(command Function key) difference with example?Please can any bod..

Answer / 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

More RPG400 Interview Questions

Mr.Yallamanda Reddy P thanks for your answer sir,can we use test(D) opcode in RPG/400,if yes please help me by eloborating on that answer by writing a sample code for that sir

2 Answers   iGate,


How Chain operation copies the record's data to the input buffer for the program?

0 Answers   IBM,


why we do STRSRVJOB in batch debugging in as400

1 Answers  


How do you do indexing in a physical file?

2 Answers  


1.what are the ARITHMETIC EXPRESSIONS IN CL PGM? 2.How to PASSING PARAMETER TO CL PGM?

1 Answers   NetCracker,


I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the logic

2 Answers  


If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?

1 Answers  


how to check on which PF , the LF is dependant ?

4 Answers   IBM,


1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??

2 Answers  


what procedure should we use to find whether the following operations are successful or not setll setgt chain read reade readp pls tell with example i'm not lazy to read the manual or not lazy to do anything.but sometimes i cannot understand the things given in manual in high level english its little bit complicated for me,i can't understand their way of writing thats why i ask these questions here and find the solution in simple words that i can understand thats the real reason sir.sorry if i had hurt you or disturbed you.please understand my situation.

5 Answers   iGate,


how to display all the members records in a physical file without using ovrdbf?

9 Answers  


when will come session device error?

4 Answers   TCS,


Categories