first when i try to write a record into the file,
wresp=duprec, but follwed with that if i try to read the
record it say record not fnd.. actually the record is not
written in the file, but it says that duprec when trying to
write... why this happens, pls help me asap..!
Answer / venkat
Hi,
Until unless the Record is wirten physically, a task cannot
read the record! but when you write the record it will
wrtie to the file as logical record and if you read the
same record which is not really written you will see record
not found. Hope this helps - Venkat
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain the difference between a symbolic map and physical map?
What are the three ways available for a program to position the cursor on the screen?
What are the types of processes to create a map in cics?
The READ command with INTO option will read the record specified into the data area specified (True or False)
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
What is a transid and explain the system transid CEMT?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
What is the cics command that is used to access current date and time?
What is BMS?
What is the CICS LOAD command?
Which is the command that is used to dump the main storage areas related to a task?
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.