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 |
What is the use of EVALUATE statement?
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
In an EVALUATE statement, can I give a complex condition on a when clause?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
why 02 level number can't be use as a separate level number like 01 or 77 ?
can any one help -s806
how to know that the file has 300 records how to acess it?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??