what is s013u000 for?
Answer / chandra
do not mention the STOP RUN in end of the cobol program.
| Is This Answer Correct ? | 11 Yes | 5 No |
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
. How do we cast a variable in COBOL
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
) What is the use of IGNORE?
Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?
How many sections are there in data division in COBOL?
What are decleratives in COBOL ?
What is a scope terminator? Give examples.
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
What is CALL statement in COBOL?
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..