What are the various section in data division and briefly explain them.
No Answer is Posted For this Question
Be the First to Post Answer
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How include time & date in the report generation in cobol programing?
Write the syntax of a two dimensional array?
Name the divisions, which are available in a cobol program?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
how do u indetify files succesfully executed or not ?
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
Can we change the password using ALTER? anyone tried and changed?
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what is the difference between start and startbr?