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 |
Can you issue SQL COMMIT from a CICS program?
what is eib, how is can be used?
What are the main uses of the transaction in the cics?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
what are transient data sets defined to cics?
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
What is the procedure to solve an ASRA ABEND?
How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?
What is task control?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
How can we code a program such that we will never get a MAPFAIL error?
what is the most common way of building queue-id of a tsq?