How to display the index.(displacement from an array)
Answer Posted / guest1
I tried to redefine a the index variable by a zoned
variable. But not thing displayed..
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Why would you use find and get rather than to obtain?
How to know whether the module is dynamical or statistical?
What is rmode(any) ?
Can we redefine the field of x(200) to less than 200?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
how do you reference the variable block file formats from cobol programs
Name the sections present in data division.
What is a SSRANGE and NOSSRANGE?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax 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?
What are all the divisions of a COBOL program?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.