WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
Answer Posted / sugisuhan
PLZ ANY ONE SAY
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how do you define single dimensional array and multidimensional array in your cobol?
What is the utilization of copybook in cobol?
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 is the difference between structured cobol programming and object alternativelyiented cobol programming?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between external and global variables in COBOL?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Can we redefine the field of x(200) to less than 200?
How are the next sentence and continue different from each other?
How to know whether the module is dynamical or statistical?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the different data types in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?