How can you get the ksds file records into your cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
how to change picture class of copy book variable inside program?
What are the divisions in a cobol program? Which one is the mandatory division among them?
Give some examples of command terminators?
suppose there is one PF having two members PF1 PF2.PF has one unique key Emp ID.could you tell me uniqueness in PF will be effective across members as well ? assume emp iD 3333 is in member PF1 would same Emp id be exist also in member PF2 ?
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
What is COMP-1? COMP-2?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
give the examples for strings and unstrings in cobol
Can we move X(7) to S9(7) COMP?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?