Explain the configuration section of a cobol program with examples of syntax.
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
What is the linkage section?
) How do you access the migrate the data from production region to development region
What will happen if we generate GDG +2 version instead of +1 version?
can we use 77 level no for Redefines?if we use give an example?
What is Static and Dynamic linking ?
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 can you get the ksds file records into your cobol program?
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
How many maximum number of procedures can we write in one COBOL program?
Without using move verb how to move one variable to another.
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19