Is it possible to mutliply a comp variable with an comp-3
variable. Will there be any error if i do it?
Answer Posted / vikas pujar
Yes. Comp and Comp-3 are used to store numeric values so
operation is valid.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
How do we get current date from system with century in COBOL?
Write the code implementing the perform … varying.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is inspect in cobol ?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Why occurs cannot be used in 01 level in COBOL?
i need a small 3d program using inline and outline.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the usage of comp fields in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Write a program to enter and display the names of students in a class using the occurs clause.
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
What is length is cobol?
What is Pic 9v99 Indicates in COBOL?