Consider the following COBOL entries
05 X PIC 99 VALUE 10.
ADD 40 X TO X.
COMPUTE X = 3 * X - 40.
The result in X is
Answer Posted / ad
110
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Give some examples of command terminators?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the usage of comp fields in cobol?
What is the compute verb? How is it used?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
example for sub strings ? and refernce modifications whit output pls
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
What kind of error is trapped by on size error option?
What is the difference between next sentence and continue in cobol programing language?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between external and global variables in COBOL?
Why would you use find and get rather than to obtain?