What will happen if a variable is declared as below..
Explain with an example?
Working storage section:-
01 WS-VARX PIC X(9) VALUE SPACES.
01 WS-VARN REDEFINES WS-VARX PIC 9(9).
Answer Posted / prasanna
Wont it show SOC or ASRA because of the data exception...
(non numeric in a numeric field) ??
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the different types of condition in cobol and write their forms.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Which division and paragraphs are mandatory for a COBOL program?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Can you please let me know the centre name of INS certification in Kolkata.
What are 77 levels used for?
Which is not true about evaluate statement
How do define dynamic array in cobol.
What is difference between static and dynamic call in cobol?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Why did you choose to work with ibm mainframe cobol programming?
How do u write test cases?
what is amode(24), amode(31), rmode(24) and rmode(any)?