plz tell me abt PF key and PA keys
Answers were Sorted based on User's Feedback
Answer / reddy
PF: function keys(F1,F2..F3), it will transmit the data from
screen (OR) PF keys commands equilent
it weakup the task and send data to it.
PA: it will says that terminal action took place, didn't
transmit any data..
it will just initiate the task.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / sudarsn
PF keys are functional keys..
those are totally 24 keys..
f1,f2,...f12,shift+(f1,f2,f3...f12)
when pf keys are pressed then the task is intiated and data
tramission will happend
but where as PA keys are action keys only the task is
intiated but the data transmission will not be happend
| Is This Answer Correct ? | 4 Yes | 0 No |
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
What is the EIB (execute interface block)?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
Explain the purpose of the program list table?
What is the difference between using the READ command with INTO option and SET option?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Why is it important not to execute a STOP RUN in CICS ?
Can you explain communication area?
Can you explain common systems area?
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?