can we use reference modification an arry.
Answer / sushil kumar
Yes, You can use reference modification an arry.
e.g: ws-staticname(wx-ctr1) (12:3) is working.
| Is This Answer Correct ? | 1 Yes | 0 No |
how we separate the cobol cics statements from cobol&cics programming?
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
wht happens if we dnt give scope terminator ?
what is rediffine clause?in what situation it can use?give me real time example?
what is the maximum error code in mainframe
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
what is the purpose of linkage section?
how to code in cobol while using variable block file?
can we use 77 level no for Redefines?if we use give an example?
How many variables can be declared in w-s section.?
what are the working storage fields in BMS macro?
What is the difference between working storage copybook and linkage section copybook?