IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

give some examples to PF and PA keys?


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nataraja

New User


Joined: 18 May 2005
Posts: 6

PostPosted: Sun May 29, 2005 11:35 am
Reply with quote

give some of PF and PA keys.and enter command belongs to which keys? what is meant by EOF key?
Back to top
View user's profile Send private message
eashwar

New User


Joined: 21 May 2005
Posts: 26
Location: Bangalore

PostPosted: Sun May 29, 2005 6:08 pm
Reply with quote

there are 23 pf keys and 3 pa keys and one one enter key and one clear key
they are there in original IBM keyboard,
but we use normailly the pc key boards only for any thing so no need to
worry about all the keys other than pc keys
and use only those.
as we use only the active part of the IQ, no need to use all, but use the gray part of it.
use of these keys is with online or interactive part of mainframes
that is CICS
copy the DFHAID into the working storage section of the application program.
then use them like this

if dfhenter=1/true
then do some....

like this use any of the keys for the application process.


rest ot the keys find in the sysout dump


any one else fill the rest plz.
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Sun May 29, 2005 7:32 pm
Reply with quote

Check the help file for your emulator.
Back to top
View user's profile Send private message
grepusr3

New User


Joined: 10 May 2005
Posts: 29

PostPosted: Mon May 30, 2005 9:40 am
Reply with quote

From a CICS programming perspective, you are probably looking for command:
Code:

EXEC CICS HANDLE AID ...

at publib.boulder.ibm.com/infocenter/txen/index.jsp?topic=/com.ibm.txseries510.doc/erzhai0048.htm

Please reference the IBM CICS fine book: "CICS Application Programming Reference"
publib.boulder.ibm.com/infocenter/txen/index.jsp?topic=/com.ibm.txseries510.doc/erzhai0048.htm

-Pelad
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Use input file with OMIT rcd keys? DFSORT/ICETOOL 15
No new posts How to give complex condition in JCL . CLIST & REXX 30
No new posts Any JCL or VSAM Utility to get number... JCL & VSAM 1
No new posts Can you give me examples of programs ... CLIST & REXX 22
No new posts Any examples of calling FTP from REXX? CLIST & REXX 1
Search our Forums:

Back to Top