How can you declare the file ?
Answer / g.naveen
ENVIRONMENT DIVISION.
FILE-CONTROL.
SELECT FILE1 ASSIGN TO DISK1.
| Is This Answer Correct ? | 12 Yes | 0 No |
Can anybody give me example of subscript and index
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.
How to resolve the soc4 and soc7 errors?
what r the types of perform statement
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
At the minimum, which division of COBOL is enough to be coded?
Write down the divisions of cobol program?
i have variable record in the 5th, i want to sort from 5th filed ? how ?
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
how will u find out 3rd week's 2nd day using occurs ?
What do you understand by psb and acb?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc