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 to move the records from file to array table. give with code example
how to refer the data field?
How to remove 2 duplicate records and copy only one using job control language?
Write a cobol program making use of the redefine clause.
What is perform what is varying?
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 ?
What is the difference between binary search and sequential search?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how to access the file from prodution from changeman tool and to submit a file to production
Can we redefine the field of x(200) to less than 200?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between comp and comp-3 usage?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that