1)what is the maximum limit for occurs?
Eg: 01 A PIC X(10) OCCURS N TIME.
What is the max value for N?
Answers were Sorted based on User's Feedback
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
how to pass 100 to s9(4) how r they inserted ?
what are the working storage fields in BMS macro?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
How can we pass data from cobol to JCl?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
How include time & date in the report generation in cobol programing?
What is the meaning of 'Eject' verb in cobol?
maximum of how many screens we can open in emulator
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the utilization of copybook in cobol?
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code