Answer Posted / mujib khan
condition name condition is one of the condition statement..
others are
relative,sign,class,compound.
88 level no can be used as condition name
eg:
01 a pic x(1).
88 std pic value 'a' 'b' 'c'.
here in procedure division if we code
set std to true.
means every time it will return a thts the true value.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
how do you reference the rrds file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
) how do u code after getting data?
What are the different types of condition in cobol and write their forms.
Explain the configuration section of a cobol program with examples of syntax.
What are the different rules of SORT operation?
IF I mention stop run in CICS what happens?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are the different rules for performing sort operation?
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between binary search and sequential search?
What is the problem of ordered sequential files access?
how to move the records from file to array table. give with code example
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How are the next sentence and continue different from each other?