What is the compute verb? How is it used?
No Answer is Posted For this Question
Be the First to Post Answer
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?
if a file has 1000 recods how copy the records from 1 to 100 records using sort
How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
What is the difference between static call & Dynamic call?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
If I want to increase the Limit in GDG. What should I do?
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.