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 7425IN 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 8562I 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 5530What 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 13141if 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 11024What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
1 4919
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Can you define cemt?
How many ways are there for initiating a transaction?
Mention the option used in a cics command to retrieve the response code after execution of the command?
Define the term function request shipping?
How errors are handled in CICS programs?
Explain how do you access storage outside your cics program?
How vsam files are read in cics pgms?
What is the main function of the sign-on table?
Explain the difference between getting the system time with eibtime and asktime command?
Define an aica abend?
Can you define temporary storage?
Explain how do you access the records randomly in tsq?
Can ESDS files be accessed from CICS?
What is an mdt (modified data tag)?