|
|
| Author |
Message |
surendra_mainframe
New User
Joined: 18 Oct 2005 Posts: 5
|
|
|
|
Hi,
Can we use Apostrophes(') in PIC clause ? |
|
| Back to top |
|
 |
References
|
Posted: Wed Nov 23, 2005 9:03 pm Post subject: Re: Can we use apshtrophes in PIC editing in PL/I |
 |
|
|
 |
k_vikram07
New User
Joined: 23 Nov 2005 Posts: 34
|
|
|
|
Yes, We should use it.
eg: dcl myint pic '999';
or
dcl myint pic (3)'9';
thanks
Vik. |
|
| Back to top |
|
 |
|
|