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 is length is cobol?
Which Search verb is equivalent to PERFORM…VARYING?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
For rewrite, why is it mandatory that file needs to be opened?
how do you reference the ksds vsam file formats from cobol programs
Write a program to explain size error.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is difference between static and dynamic call in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How you can read the file from bottom?
In COBOL programming, what is PERFORM? What is VARYING?
What is an in line perform? When would you use it? Anything else you wish to say about it.