What COBOL construct is the COBOL II EVALUATE meant to
replace?
Can JUSTIFIED be used for all the data types?
Can we change the password using ALTER? anyone tried and changed?
What does the initialize statement do ?
Why occurs can not be used in 01 level ?
what is the difference between Plan & package
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
how do you reference the fixed unblock file formats from cobol programs
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
What is the default value of DISP for temp datasets
how do u indetify files succesfully executed or not ?
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?
The maximum number of dimensions that an array can have in COBOL-85 is ?