How we can update data area in cobol 400 program?
Answer Posted / abc
Type DSPDTAARA in the command line to see the value set for
the data area.
If the value is what you need for your CL, then fine else
type CHGDTAARA in the command line.
After pressing enter, type the name of data area, library
name in which data area is present and type the new value
inside single quotes. Press enter and type DSPDTAARA command
again to make sure that data area value is updated.
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
What is the syntax of sort?
How to update data area in cobol 400 program?
What is perform?
How to detect record is locked in cobol/400?
Explain the output procedure?
why icetool be used in programmer view?
What are fillers?
Explain the syntax of redefine?
Explain the input procedure and output procedure?
Define sort?
Define perform?
What is sort? And its syntax?
What is sort?
What are fillers? What is the actual use of fillers? With mall/simple example?
What is redefine?