Write a program to enter and display the names of students in a class using the occurs clause.
No Answer is Posted For this Question
Be the First to Post Answer
How do define dynamic array in cobol.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
explain sorting techniques in cobol program?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
how you will define variables length in cobol.
How do get the result of your program directly on your pc?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
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,