RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE
Answer Posted / guest
2)true
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
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 the different data types in cobol?
What are the different rules to perform a Search?
What are the different rules for performing sort operation?
how to convert the recors form vsam file to db2 table tru file aid
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Write the code to count the sum of n natural numbers.
When is inspect verb is used in cobol?
Can we redefine the field of x(200) to less than 200?
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.
how do you reference the ksds vsam file formats from cobol programs
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
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?
In COBOL programming, what is PERFORM? What is VARYING?
I have a File that has duplicate records. I need only those records that occur more than thrice.?