wht is structured cobol pgm and non structred cobol pgm ?
Answer / 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 |
How we copy a program from production region to development region.What is the process & syntax ?
What are the different data types available in COBOL?
What is difference between static and dynamic call in cobol?
suppose there is one PF having two members PF1 PF2.PF has one unique key Emp ID.could you tell me uniqueness in PF will be effective across members as well ? assume emp iD 3333 is in member PF1 would same Emp id be exist also in member PF2 ?
HOw can I get the negative sign while deduct high value from low value
how to pass 100 to s9(4) how r they inserted ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is jcl approach for programming?
how do you reference the ksds vsam file formats from cobol programs
Write the code to count the sum of n natural numbers.
How to open and see copy book ?
where did you see the information regarding abend codes in jcl?