if i have 3 fields and i declare IC for all of them ..
Then where will the cursor after sending map?
pls give explanation (it will be so kind)
Answers were Sorted based on User's Feedback
Answer / hrs
If you declare the IC in more than one field it will be
placed at last entarable field.
As per you cursor will be placed at 3 enterable filed...
Is This Answer Correct ? | 22 Yes | 1 No |
Answer / manish_cics
u define a cursor position in a map by placing 'IC' in the
ATTRB parameter of the DFHMDF macro for a particular
field . when the map is sent , the cursor 'll appear in
this field .
-- if there is more than one field ( DFHMDF macro ) With IC
spcified in one map ( DFHMDI macro ) , THE LAST 'IC ' would
be honoured. the following is an eg of the static cursor
positioning :
DFHMDF POS=(3,16),
ATTRB=(UNPROT,FSET,IC),
LENGTH=8
Is This Answer Correct ? | 15 Yes | 0 No |
Answer / suraj kumar
cursor will be displayed at the last field..... sure lock
kar diya jayee....
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lu
This is a suggestion :
never declare IC ..... If you want positioning your cursor
move -1 to your field length....
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mrunmaya dash
The cursor will be positioned in the first unprotected
field after sending a map. If the fields are protected
field then also the cursor will be in the first field where
you have declared IC, but you could not be able to enter
any value into that.
Is This Answer Correct ? | 4 Yes | 11 No |
Explain the difference between start and xctl?
How is dynamic memory allocated within a CICS application program?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
What is the general Command format of CICS ?
How to define a vsam file in cics getting into cics to define a vsam file.
What is ENQ?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
What are the cics commands associated with task control?
Different types of BMS Macros
What is the name of the mapset definition macro?
Give certain situations where NEWCOPY is obligatory?
is it possible to create TDQ's and TSQ's dynamically,How