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
Can you please let me know the centre name of INS certification in Kolkata.
What is COMP-1? COMP-2?
Why we should use cursor ?
How many types of sorts are there in cobol?
what is the difference b/w level no.01 & level no.77?
how to check whether the open command of a sequential file is successful? or not?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
what is the advantage of using redefines instead of delaring the variables ?
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
is it possible to rename 01 level?