Answer Posted / ravikumar
Evaluate statement is used to avoid nested if statments in
the program.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
What is a SSRANGE and NOSSRANGE?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How do we get current date from system with century in COBOL?
) how do u code after getting data?
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?
What rules are followed by the search verb.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
For rewrite, why is it mandatory that file needs to be opened?
How are the next sentence and continue different from each other?
IF I mention stop run in CICS what happens?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Why did you choose to work with ibm mainframe cobol programming?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?