how to convert the recors form vsam file to db2 table tru
file aid
No Answer is Posted For this Question
Be the First to Post Answer
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
What is an in line PERFORM? When would you use it? Anything else to say about it?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How do you submit JCL via a Cobol program?
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
What is the difference between comp and comp-3 usage?
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?