What are the three ways available for a program to position
the cursor on the screen?
Answers were Sorted based on User's Feedback
Answer / krishnakumar
IC while defining the map
move -1 to length field to dynamically positioning
give absolute screen position while issuing
SEND MAP command
cursor(abs.pos)
| Is This Answer Correct ? | 5 Yes | 0 No |
1.static position
General decleration
ex: attrb=(num,ic,unprot)
2.Dynamic position
These are 2 types
1.symbolic position
By moving -1 to the required field then place cursor in
that field.
2.relative position
we can directly specify the required position.
i.e cursor(position value)
ex:cursor(245)
| Is This Answer Correct ? | 1 Yes | 0 No |
how do u see the output of cics program?
What is the process of converting the CICS commands into the equivalent host language statements called?
What is the command that is used to add a new record to the file?
What is dynamic transaction backout?
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.
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
what is the difference between task and transaction in cics?
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
Can you explain cics translator?
can there be multiple mapsets for a single program?
NAME SOME TRANSLATOR AND COMPILE OPTION AND EXPLAINE THEIR MEANING