What are the CICS commands available for program control?
Define temporary storage?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
In a CICS program, how will you read a VSAM file?
What is DFHEIBLK?
Explain the function of the load command?
name the command that is used to dump the main storage areas related to a task?
I 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
What is the use of DSECT parameter in BMS?
What is an AICA abend?
If we say that bms length of field = 0, then what does that mean?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?