how to change picture class of copy book variable inside
program?
Answer Posted / sandeep_1985
You need to redefine copybook group variable in program and
then give the new picture clause for that.
I think that is the only way you can do. Correct me if i am
wrong.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
) how do u code after getting data?
explain sorting techniques in cobol program?
What is amode(31)
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are 77 levels used for?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do you get the data to code the BMS macro?
Can a Search can be done on a table with or without Index?
A table has two indexes defined. Which one will be used by the SEARCH?
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 bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the difference between external and global variables in COBOL?
What are all the divisions of a COBOL program?