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 |
what is a zoned decimal data type and how it will be stored?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
can we redefine 77 level item is it possible
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
How many maximum number of procedures can we write in one COBOL program?
Where the Plan is located in CICS-DB2
what is MSGLEVEL?
how to convert vsam table into DB2 table?
Can the OCCURS clause be at the 01 level?
why we are using set in searchall?
what is the meaning of pic 9(09)v99-