In an array processing what is the thing that can be done
by using subscripts but not by using index
Post New Answer View All Answers
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
In COBOL, what is the different between index and subscript?
How do you get the data to code the BMS macro?
What is link edit in cobol?
How many sections are there in data division in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
How can you get the ksds file records into your cobol program?
Can we change the password using ALTER? anyone tried and changed?
What are the rules of the move verb?
What are 77 levels used for?
How arrays can be defined in COBOL?
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?
what is difference between cobol and cobol/400
What is the compute verb? How is it used?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?