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 |
Kindly specify the pic clause for the hhmmss type of data fields?
What is the process of converting the CICS commands into the equivalent host language statements called?
Explain the exact situation, when to use CALL, XCTL and LINK?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
If we say that bms length of field = 0, then what does that mean?
Can you access QSAM (seq ) files from CICS ?
Explain ceci transaction commands?
What does the 'cedf:cics' transactions do?
What is the command used to send a map to a terminal?
What is the difference between receive and receivemap commands in CICS?
How vsam files are read in cics pgms?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?