What information do you get when an EXEC CICS STARTCODE is
issued?
Answer / johan swan
It should be EXEC CICS START - START starts a task, on a local or remote system, at a specified time.
Example:
EXEC CICS START
TRANSID('TRNL')
INTERVAL(10000)
REQID('NONGL')
END-EXEC.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between the INTO and the SET option in the EXEC CICS RECEIVE MAP command?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Define cebr?
Which command is used to release a record on which exclusive control is gained?
What is the term bms in cics?
How do you delete Item 3 in a five-item TSQ?
pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.
Into what fields will the date and time values be moved after execution of the above command?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
For a CICS-DB2 program, how is the plan referenced?
How errors are handled in CICS programs?
What is the pic clause for the any bll cell type of data fields?