What is cobol?
No Answer is Posted For this Question
Be the First to Post Answer
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
Why we should use cursor ?
What is LENGTH in COBOL II?
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
What is the difference between goback, stop run and exit program in cobol?
can we use 77 level no for Redefines?if we use give an example?
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
What is the difference between comp and comp-3?
When can the USING phrase be included in the call statement ?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
How To move a value to an array using move verb?