for an INITIALIZE and what keyword allows for an override
of the default.
Answer Posted / shinoy sansilavose
I think it is REDEFINE clause ........ not sure
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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
What rules are followed by the search verb.
How do we get current date from system with century in COBOL?
What is static and dynamic call in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between PIC 9.99 and PIC9v99?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How do get the result of your program directly on your pc?
How to remove 2 duplicate records and copy only one using job control language?
how to convert the recors form vsam file to db2 table tru file aid
) how do u code after getting data?
How do you define a variable of comp-1 and comp-2?
Describe the cobol database components?
What are the access modes of START statement?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.