Answer Posted / kishore
to communicate with the old program.
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
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?
Define cobol?
what happens if parmparameter passes zero bytes to the program
What are the different types of condition in cobol and write their forms.
What is the difference between comp and comp-3 usage?
Have you used comp and comp-3 in your project? And how?
how to access the file from prodution from changeman tool and to submit a file to production
IF I mention stop run in CICS what happens?
A table has two indexes defined. Which one will be used by the SEARCH?
Which mode is used to operate the sequential file?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Can we change the password using ALTER? anyone tried and changed?
What is length is cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the different rules of SORT operation?