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
what is rediffine clause?in what situation it can use?give me real time example?
What is the meaning of 'Eject' verb in cobol?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
Which is not true about evaluate statement
can we use go to statement inline-perform?
The maximum number of dimensions that an array can have in COBOL-85 is ?
How you can characterize tables in cobol?
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
What are the steps you go through while creating a COBOL program executable?
is it possible to rename 01 level?
How to retrive the 9th records out of ten records using the cobol program ?