What is the command that is used to add a new record to the
file?
Answer / anna
with WRITE command
exe cics
WRITE FILE(filename)
FROM(data-area)
RIDFLD(data-area)
KEYLENGTH(data-value)
LENGTH(data-value)
end-exec
Is This Answer Correct ? | 3 Yes | 0 No |
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
What is the meaning of the enq command?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
List out all the tables that are a part of cics ?
What is the usage of language in the PPT entry?
Use of DFHCOMMAREA in cics
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?
I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.
How do you terminate an already issued DELAY command?
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?