How to execute a cics program from a paticular date and
time .or specified date and time.
Answer Posted / fernando-serpro
Sorry.....in your Cics PLT.
Fernando
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can you define aica abend?
Explain the uses that are associated to tsq and tdq ?
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.
how do you intitiate another transaction?
what is effect on receive map when
What is meant by an attribute byte?
What is the syncpoint command?
Name the command used for terminating a browse operation?
Can you explain cics translator?
Explain the difference between and exec cics xctl and an exec cics link command?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Name the three ways available for a program to position the cursor on the screen?
How to dsect parameter is used in bms?
Why do we need integrated cics translator?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?