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 / rookie
if you perform any arithmetic operation than comes the
question of any abend
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do get the result of your program directly on your pc?
What are 77 levels used for?
How arrays can be defined in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Write a program to explain size error.
how do you reference the ksds vsam file formats from cobol programs
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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Explain what you understand by passing by value.
What kind of error is trapped by on size error option?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
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
Discuss about changing dataset name in proc.
What guidelines should be followed to write a structured cobol prgm?