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
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Define static linking and dynamic linking.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is link edit in cobol?
What is the difference between comp and comp-3?
How you can read the file from bottom?
What are literals?
How to remove 2 duplicate records and copy only one using job control language?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Can we redefine the field of x(200) to less than 200?
What is difference between static and dynamic call in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
example for sub strings ? and refernce modifications whit output pls
How many sections are there in data division in COBOL?