If I want to increase the Limit in GDG. What should I do?
Use Alter command to increase the GDG limit in that time we
have to use IDCAMS utility
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain how you can characterize tables in cobol?
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
What is a SSRANGE and NOSSRANGE?
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
How to recover a deleted source physical file from library?
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
what is the minimum number of lines a Cobol program should have to successfully compile and run
how can you identify wheather the program is using search or search all in the cobol program?
diffrence between renames and redifnes with examples