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 |
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
What is an AICA abend?
What are the CICS commands associated with transient data queue processing?
Can you simply check if length = 0 for checking if a field was modified?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
What is the command used for receiving a map from a terminal?
What is BMS?
Name a few CICS programs which are generally used ?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
How many exceptional condition can be given in a HANDLE CONDITION?
Explain floating maps with illustration.
If I create a TSQ from one transaction, can I read it from another transaction?