RENAME clause takes new SPACE in memory.TRUE or FALSE?
a)TRUE
2)FALSE
Post New Answer View All Answers
How do you define a variable of comp-1 and comp-2?
How many bytes S(8) comp field occupy and its maximum value?
Name some of the examples of COBOl 11?
What guidelines should be followed to write a structured cobol prgm?
What is a SSRANGE and NOSSRANGE?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
how can i see junk values in dclgen or in hostvariable of comp ?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you reference the esds vsam file formats from cobol programs
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What are the different rules for performing sort operation?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the different open modes available in cobol?
Why would you use find and get rather than to obtain?