how many divisions are there in cobol
Answers were Sorted based on User's Feedback
Answer / snehatechm
IDENTIFICATION DIVISION,ENVIRONMENT DIVISION,DATA
DIVISION,PROCEDURE DIVISION
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / bhaskar r
IDENTIFICATION DIVISION
ENVIRONMENT DIVISION
DATA DIVISION
PROCEDURE DIVISION
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / guest
four division are there .
1.identification division
2.environment division
3.data division
4.procedure division
| Is This Answer Correct ? | 4 Yes | 0 No |
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
Can we call a CICS program from a batch program or viceversa?If so, how?
for an INITIALIZE and what keyword allows for an override of the default.
What is the difference between index and subscript?
What is perform what is varying?
What is SDSF?
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
Explain the configuration section of a cobol program with examples of syntax.
What are the differences between OS VS COBOL and VS COBOL II?
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
Whtz the specialty of 77 level number ?