using redefine can you redefine lower variable size to
higher variable size?
Answer Posted / snehatechm
YES
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is a scope terminator give example?
What is length is cobol?
Explain how you can characterize tables in cobol?
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?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What are different data types in cobol?
What is the difference between next sentence and continue in cobol programing language?
What are the different types of condition in cobol and write their forms.
how to convert the recors form vsam file to db2 table tru file aid
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?
In COBOL programming, what is PERFORM? What is VARYING?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?