Answer Posted / o.v.chowdary
in area a we can declare divisions, sections¶graphs
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What rules are to be followed while using the corresponding options?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is redefines clause in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
how to refer the data field?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the difference between external and global variables in COBOL?
Have you used comp and comp-3 in your project? And how?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the use of intialize verb?
Name the sections present in data division.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?