write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
No Answer is Posted For this Question
Be the First to Post Answer
In INITIALIZE what is Repalcing Word will do
Name the sections present in data division.
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
What is the meaning of 'Eject' verb in cobol?
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
If you were passing a table via linkage, which is preferable - a subscript or an index?
What is the difference between a subscript and an index in a table definition?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
When is inspect verb is used in cobol?
Where the Plan is located in CICS-DB2
what is search and searchall?what is the diffrence between them?give an best example?