What will happen if a variable is declared as below..
Explain with an example? Working storage section:-
01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'.
01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'.
What will happen I am going to Display the WS-VARX and WS-
VARN?
Answer Posted / sandy
Mallikarjun is 100% correct
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain the configuration section of a cobol program with examples of syntax.
Write the code to count the sum of n natural numbers.
Write some characteristics of cobol as means of business language.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Define static linking and dynamic linking.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
how do you reference the ksds vsam file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
What is the Purpose of Pointer in the string?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the different rules of SORT operation?
Write a cobol program making use of the redefine clause.
What are literals?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
i need a small 3d program using inline and outline.