Can anyone tell me how to handle the array beyond the limit.
If we have an array or a table which can handle 5000
records but now we have to compensate 20000 records with
the same array? how to handle the situation.
Answers were Sorted based on User's Feedback
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
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.
How to execute a set of JCL statements from a COBOL program?
How can we increase the size of an existing PDS to include more no. of modules.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
what are the working storage fields in BMS macro?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
What is an explicit scope terminator?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?