control variable in online screens

Answers were Sorted based on User's Feedback



control variable in online screens..

Answer / sundar selvaraj

A control variable is used to dynamically set attribute and
colour definitions for a field or group of fields depending
upon a program condition. For example, Consider an order
processing screen that allows you to create new contracts,
modify existing contracts and look-up paid-up contracts.
The screen used for all these functions is the same.
However, when a paid-up contract is shown to the user, you
do not expect it to be displayed in a modifiable state. So,
you protect all the fields of the map and show it
like "read only". However, for modifying an existing, non-
paid-up map, you enable certain fields. So, control
variables can be used in scenarios like this to dynamically
set the attributes of the field.

I hope this answers your query.

Is This Answer Correct ?    12 Yes 0 No

control variable in online screens..

Answer / jaydip chakrabarty

A control variable is is defined with format C and can be
used to assign field attributes dynamically. It could be
assigned during the map design (element level) as well as
during the programming (statement level).

Example :
DEFINE DATA LOCAL
1 #ATT(C)
1 #A
END-DEFINE
MOVE (AD=I CD=BL) TO #ATT
INPUT #A (CV=#ATT)

Is This Answer Correct ?    6 Yes 2 No

control variable in online screens..

Answer / jamil ahmad

In a layman terms, a control variable (#CV (C) does only
two but very useful functions.

1. Do you want the user to overlay the field with new value
or you want to protect the field, for example, if an Order#
is a system generated number, you would want that to be
modified

2. If the fields not protected, was it a modified?
For example, if the SSN was modified then validate it
otherwise take no actions against the field. Juts my 2 cents

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Natural Interview Questions

what r the quality process in development

1 Answers  


How to find occurrence of mu and pe fields in a file?

0 Answers  


How converted the natural coding for adabas

0 Answers  


How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

0 Answers  


Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.

1 Answers  






Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

0 Answers  


What exactly is a hyperdescriptor? How does it work?

3 Answers  


Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

0 Answers  


Explain the data storage?

0 Answers  


Explain control variable in online screens?

0 Answers  


If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?

3 Answers   JPMorgan Chase,


what type of files we use in file-aid

1 Answers   Tech Mahindra,


Categories