Answer Posted / 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 View All Answers
Explain control variable in online screens?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Define cobol coding sheet?
What is data trace system 2.0 used for?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is a hyperdescriptor?
Explain how to move cursor to a particular field when position is not known?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
What is the difference between read(1) and read work file once?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Explain how many work file we can code in jcl?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
How are you going to remove duplicates from the file that is being read?