Mention the guidelines to write a structured cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
In INITIALIZE what is Repalcing Word will do
what is Reentrancy and Quasi-reentrancy?
88 class is used for
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is binary search?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
comp-3 field occupy?
period is missing in the cobol program which error we getting
What are some examples of command terminators?
what is difference between the sysabend and userabend?