how do you reference the esds vsam file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between performing a SECTION and a PARAGRAPH?
What was removed from COBOL in the COBOL II implementation?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
What is the difference between next sentence and continue in cobol programing language?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how many bytes does s9(7)COMP-3 field occupies?
If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
How do we get current date from system with century?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
COMP-3 field occupy ?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly