I have to write to a outfile where the number of records in
that file should be the header of that file using IMS.. can
anyone help me in this issue
No Answer is Posted For this Question
Be the First to Post Answer
using redefine can you redefine lower variable size to higher variable size?
Why we are using comp and comp-3 in real time projects?
what is the advantage of sync class
how do u indetify files succesfully executed or not ?
what is the use of filler in cobol programing?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
can we display comp-3 variables. if we want to display what we have to do . give me one example
sample code for read a 2nd record from last in flatfile how can do?
what is SYNCHRONIZATION?
How do you define a variable of comp-1 and comp-2?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?