Answer Posted / dhasani
No....
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is redefines clause in COBOL?
Can you please let me know the centre name of INS certification in Kolkata.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is link edit in cobol?
What are the different open modes available in cobol?
Can we change the password using ALTER? anyone tried and changed?
What are the different types of condition in cobol and write their forms.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
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.
how to refer the data field?
How are the next sentence and continue different from each other?