can we redefine 77 level item is it possible
Answers were Sorted based on User's Feedback
Answer / ariyan
Yes You can redefine a 77 level variable but with 77 alone.
eg:
77 ws-amount-n pic 9(02).
77 ws-amount-x redefines ws-amount-n
pic x(02).
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / joshin
yes it is possible.oly criteria behind the redifine is you
have to follow the same level no
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / amit singh
yes it is possible.oly criteria behind the redifine is you
have to follow the same level no.
it's not possible.
| Is This Answer Correct ? | 1 Yes | 0 No |
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
What is the difference between SEARCH and SEARCH ALL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
wht is packed decimal in cobol
should I use Go back in the main program ? Yes we can use Go back in main program as well.
What is mean by maxcc
How to read a 100 record from a file through cobol?
Write a program to explain size error.
) How do you access the migrate the data from production region to development region
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
what is record label is empty or standard in file description of data division?