Name the divisions, which are available in a cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
How to print 10 to 1 if the input have only 10 digit number?
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
What is the difference between PIC 9.99 and 9v99 in COBOL?
0 Answers SwanSoft Technologies,
What R 2 of the common forms of the EVALUATE STATEMENT ?
What are the differences bitween cobol and cobol-2?
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
waht is inspect verb? where it can be in real time?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Explain call by context by comparing it to other calls.
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.
DATAONLY, MAPONLY functionality?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.