How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between PIC 9.99 and 9v99?
How do you define a table/array in COBOL?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
how do you reference the printer file formats from cobol programs
What is "Call by content" and "call by reference"?
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
1.What is the limit of linkage section?
What is the use of intialize verb?
how can we find total no of records in a file ....is there any utility......?
I got user abend U4038 while compiling my runjcl.. can anyone help me?