Can we move SPACES to numeric field and ZEROES to
alphabetic field? If yes what are the way doing this?
Answer Posted / sriram
NO.
Only Alphanumiric field allow numric or alphabetic or both.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is report-item in COBOL?
Define static linking and dynamic linking.
) How do u handle errors in BMS macro
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
what are decleratives in cobol?
What are the different rules of SORT operation?
What are the different rules for performing sort operation?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
) what is the difference between AID and HANDLE AID?
What is the utilization of copybook in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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 the difference between COBOL2 AND COBOL390?
how do you reference the variable unblock file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?