What is the difference between comp and comp-3 usage?
No Answer is Posted For this Question
Be the First to Post Answer
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.
i want a program using by if, evaluate , string, unstring, perform, occurs?
what happens when a copybook variables are declared using include statement ?
how do you reference the ksds vsam file formats from cobol programs
how can we find total no of records in a file ....is there any utility......?
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
What is the local-storage section?
What is Static and Dynamic linking ?
how to move the records from file to array table. give with code example
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?