wht is structured cobol pgm and non structred cobol pgm ?
Answer Posted / ss
Structured programming is a logical way of programming; you divide the functionalities into modules and code logically.
The difference between regular programming approach and structured programming is that structured programs get rid of GO TO statements and the whole programs can be represented in a Top-Down design
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we redefine the field of x(200) to less than 200?
Write a program that uses move corresponding.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Why would you use find and get rather than to obtain?
How do you get the data to code the BMS macro?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What kind of error is trapped by on size error option?
Why did you choose to work with ibm mainframe cobol programming?
What are the cobol coding sheets?
How you can read the file from bottom?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How are the next sentence and continue different from each other?
Have you used comp and comp-3 in your project? And how?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?