Difference between array and sub-script ?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
Mention the guidelines to write a structured cobol program?
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
What is COMP-1? COMP-2?
At the minimum, which division of COBOL is enough to be coded?
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.
can i use multiple when statements in search & search all ? justify ur answer?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
If we use GO BACK instead of STOP RUN in cobol?
what is the difference between PA & PF keys?
How can you submit a job from COBOL programs?
What is the point of the REPLACING option of a copy statement?