IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Is it possible to modify an LDA


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
brganeshbabu

New User


Joined: 23 Jun 2005
Posts: 34
Location: Chennai

PostPosted: Mon May 10, 2010 4:07 pm
Reply with quote

Hi,

I have a LDA to be modified. When I am trying to modify it, I get the error message "SYSGDA 33: Only INDEX/INIT/ ... is modifiable in a view/redefined field". Could you please help me to modify this.

Thanks,
Ganesh
Back to top
View user's profile Send private message
Ralph Zbrog

New User


Joined: 21 Nov 2009
Posts: 58
Location: California

PostPosted: Tue May 11, 2010 1:47 am
Reply with quote

Natural will not allow direct manipulation of a view within a Data Area. You can't change field format or length; you can't copy or move a field entry; you can't type in a new field. You must use Data Editor line commands to delete or insert these entries.

First, split the screen to display the DDM/view of interest in the Data Editor:
Code:
S V view-name

Scroll the data area to where you want to insert a field. Scroll the split area ( "S +" or "S -" ) to display the new field. The lines in the split area are numbered. Position the cursor on the first modifiable field of the line (under the T column) where you want the insertion. Type the number of the assoicated field and press ENTER. The field will be inserted.

This techique is documented in the on-line help. Enter "?" on the command line. Select E, then D, then L. Then scroll to page 5 to see
Code:
                     - Data Area Editor: Line Commands -             Page  5 
                                                                             
------------------------------------------------------------------------------
Line Command      Function                                                   
----------------  ------------------------------------------------------------
 number(n,m)      Number of field/group from split screen which is to be     
                  inserted; n specifies the number of fields to be inserted; 
                  m specifies the level where to be inserted;                 
                  direction indicator controls insertion location         
Back to top
View user's profile Send private message
brganeshbabu

New User


Joined: 23 Jun 2005
Posts: 34
Location: Chennai

PostPosted: Tue May 11, 2010 6:28 pm
Reply with quote

Hi,

Thanks a lot. It worked fine !

Regards,
Ganesh
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts How to modify file content using REXX CLIST & REXX 3
No new posts Modify Several JCLs at the Same Time JCL & VSAM 6
No new posts Modify the shareoptions of VSAM in De... CLIST & REXX 30
No new posts Modify the value of a extensionvariab... CLIST & REXX 29
No new posts Best Method/Utility to modify HEX val... JCL & VSAM 6
Search our Forums:

Back to Top