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 effect on receive map when
Define floating maps with illustration?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
What is the purpose of the Program List Table?
What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table (PPT) ?
Explain how many exceptional condition can be given in a handle condition?
How would you resolve an ASRA abend?
What are the beginning and end points of an LUW called?
What do you mean by the term fct?
Explain the difference between the xctl and link commands?
Which is the command used for terminating a browse operation?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?