View previous topic :: View next topic |
Author |
Message |
vraki Beginner
Joined: 07 Jun 2006 Posts: 11 Topics: 7 Location: India
|
Posted: Tue Mar 25, 2008 6:22 am Post subject: CICS Symbolic map needs to start from 02 level |
|
|
While assembling the Maps, Symbolic map will create from 01 level usually for the variables. But, somehow i needs that level to start from next higher level i.e. 02( There is no more 01 level in symbolic map). Is there any solution for this? please reply. _________________ Raki |
|
Back to top |
|
|
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Tue Mar 25, 2008 8:28 am Post subject: |
|
|
Edit the output of assembly and change the level numbers or change the IBM supplied macros to create the output with the level numbers you want.
WHY? |
|
Back to top |
|
|
vraki Beginner
Joined: 07 Jun 2006 Posts: 11 Topics: 7 Location: India
|
Posted: Tue Mar 25, 2008 11:41 pm Post subject: |
|
|
I needed automatic generation of Symbolic map(no manual editing).
Is there any solution? Suggest me. _________________ Raki |
|
Back to top |
|
|
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Wed Mar 26, 2008 1:35 am Post subject: |
|
|
vraki wrote: | I needed automatic generation of Symbolic map(no manual editing).
Is there any solution? Suggest me. |
NO!
WHY? |
|
Back to top |
|
|
vraki Beginner
Joined: 07 Jun 2006 Posts: 11 Topics: 7 Location: India
|
Posted: Wed Mar 26, 2008 3:43 am Post subject: |
|
|
How can i change the IBM supplied macros to create the output with the level numbers?
Explain briefly. _________________ Raki |
|
Back to top |
|
|
warp5 Intermediate
Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Thu Mar 27, 2008 1:49 am Post subject: |
|
|
I take it we are talking about a map for a cobol program. You could use the replacing option of the copy, replacing 01 by 02. I have not programmed in Cobol for years so you will have to look this up yourself. |
|
Back to top |
|
|
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Thu Mar 27, 2008 9:35 pm Post subject: |
|
|
WHY |
|
Back to top |
|
|
|
|