Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can you issue SQL COMMIT from a CICS program?

2 Answers   IBM,


what is eib, how is can be used?

0 Answers   IBM,


What are the main uses of the transaction in the cics?

0 Answers  


In which CICS table would you specify the length of the TASK WORK AREA (TWA)?

3 Answers   IBM, TCS,


what are transient data sets defined to cics?

0 Answers   IBM,


I have to run a select query on DB2 table and show its data on CICS map. Please tell me.

2 Answers  


What is the procedure to solve an ASRA ABEND?

0 Answers  


How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?

2 Answers   IBM,


What is task control?

0 Answers  


Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?

0 Answers  


How can we code a program such that we will never get a MAPFAIL error?

1 Answers   Accenture,


what is the most common way of building queue-id of a tsq?

0 Answers   IBM,


Categories