How do you reference the fixed block file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are the rules of the move verb?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
can we use 77 level no for Redefines?if we use give an example?
How can you add a particular field/coloumn in copybook?
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.
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
What are the steps you go through while creating a COBOL program executable?