What is frset?
No Answer is Posted For this Question
Be the First to Post Answer
Define transient data?
What are the cics commands associated with task control?
WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
how do you intitiate another transaction?
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
What do the keywords MAPONLY and DATAONLY mean?
Which is the program which determines whether a transaction should be restarted ?
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
How many conditions can you include in a single HANDLE CONDITION command?
What is the use of the program list table?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.