What happens if i move +1 (instead of -1) to field+L in
CICS? Will it show compile time error?
Answers were Sorted based on User's Feedback
Answer / rakesh
It wont give any error. The cursor is simply placed at the
left upper corner, i.e, pos(1,1).
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / reddy
it doen't show any errors.
IT SET CURSOR DYNAMICALLY.
the cursor will be place beginning of that field.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / tej
Dont think it will give a compile error, may be a
runtime..anybody tried this?
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / arjun
Moving -1 to field+L is nothing but a symbollic cursor
positioning.So it is legal and doesn't cause any error
| Is This Answer Correct ? | 0 Yes | 3 No |
what is the most common way of building queue-id of a tsq?
What is the difference between START and XCTL? How do you determine when to use either option?
Which of the following statements correctly describe the syntax of CICS command language?
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
Explain floating maps with illustration.
what are the differences between DFHCOMMAREA and TSQ ?
What are the cics transactions?
What RCT Entries will you make for a CICS DB2 program??
An XCTL uses more CPU time than LINK (True or False)
Once a transient data queue is read, can it be reread?
Explain how to handle exceptional conditions in CICS.
How can you Define and Install the Maps & Mapset ?