How do you reference the following file formats from cobol programs?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
can we read records in a file from botom to top. if possible how can we read
where will u code file status ?
Can we use redefine clause in occurs clause?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
how do u indetify files succesfully executed or not ?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
what is record label is empty or standard in file description of data division?
Write the code implementing the perform … varying.
how many bytes does s9(7)COMP-3 field occupies?