Can anyone say full transaction process? i mean when user press enter key after that what happens from there to till end of transaction
3 7539IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
2 8655I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program
2 5612What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you
2 13257if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
CICS,
5 11205What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
1 4992
In a particular cics program, what is the procedure to allocate dynamic memory?
Define an aey9 abend?
How is Telon(CA-Telon) used to build map?
Which commend used for terminating a browser operation?
What are the common cics service programs and explain their usage?
how can you prevent more than one user from accessing the same transient data queue?
What is the pcp in the cics?
Kindly specify the pic clause for the data type of length option field type of data fields?
How to get the cursor position when we receive a map?
What is the pic clause for the any bll cell type of data fields?
Define RCT.
Explain processing program table(ppt)?
Define the attribute byte?
Explain how DSECT parameter is used in BMS ?
Sync points cannot be requested by the application programs? State true or false