Why did you choose to work with ibm mainframe cobol programming?
No Answer is Posted For this Question
Be the First to Post Answer
tell me about examine inspect and evaluate ?
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
What is difference between COBOL and VS COBOL II?.
Have you code any new programs in COBOL ? What is the functionality of the programs?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
What is the difference between index and subscript?
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 type of SDLC u followed? Why?
what are the control characters used in reports
What is the difference between binary search and sequential search?