What are the attribute values of Skipper and Stopper fields?



What are the attribute values of Skipper and Stopper fields?..

Answer / guest

skipper is an unlabled 1-byte field with the autoskip
attribute .

DFHMDF POS=(XX , XX ) , ATTRB=ASKIP , LENGTH=1

u can place a skipper after an unprotected field , as in
the following screen layout ex:

&xxxxx&$ &xx

where &: atrrribute byte
x: unprotected field
$: skipper field

STOPPER is an unlabeled 1-byte field with the protect
attribute . therfore , u can define the stopper field as
follows :
DFHMDF POS=( XX , XX ) , ATTRB=PROT, LENGTH=1
u can place the stopeer field an unprotected field , as in
the following screen layout ex:

&xxxxxxxxxxxxxxxxxxxx&#&$
where
#: stopper field

Is This Answer Correct ?    13 Yes 4 No

Post New Answer

More CICS Interview Questions

In which table would you make an entry for a BMS map?

2 Answers   IBM,


How would you release control of the record in a READ for UPDATE?

2 Answers   IBM,


which transient data queue support ati?

0 Answers   IBM,


What happens to resources supplied to a transaction when an XCTL command is executed?

1 Answers   IBM,


What information do you get when an EXEC CICS STARTCODE is issued?

1 Answers   CTS, IBM,






How vsam files are read in cics pgms?

0 Answers  


What is a transid and explain the system transid CEMT?

1 Answers   IBM,


What do you do if you do not want characters entered by the user to be folded to uppercase ?

3 Answers   IBM,


What are the databases that CICS can access?

1 Answers  


what is eib, how is can be used?

0 Answers   IBM,


Explain ceci transaction commands?

0 Answers  


what is the deadlock?

2 Answers  


Categories