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

How to use AUTO-SKIP option in IMS/DC


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Mervyn_das

New User


Joined: 03 Mar 2009
Posts: 7
Location: Bangalore

PostPosted: Tue Mar 17, 2009 7:05 pm
Reply with quote

Hi,

I have a question on IMS/DC, I want to know how to use AUTO-SKIP option in IMS/DC and what is the purpose of it.

Thanks,
Mervyn
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Wed Mar 18, 2009 7:32 pm
Reply with quote

In all of my years, I never used it. Reading a manual is a good thing, but good practical experience is the best teacher - especially when you have a good mentor. Never make your system overly complex - remember that 98% of the life of a program is maintenance and enhancements.
Back to top
View user's profile Send private message
Mervyn_das

New User


Joined: 03 Mar 2009
Posts: 7
Location: Bangalore

PostPosted: Wed Mar 18, 2009 9:45 pm
Reply with quote

Sandy Zimmer wrote:
In all of my years, I never used it. Reading a manual is a good thing, but good practical experience is the best teacher - especially when you have a good mentor. Never make your system overly complex - remember that 98% of the life of a program is maintenance and enhancements.


Hi Sandy,

Many thanks for sharing your views..I want implement auto-skip option..I read manual but it was not useful...It would be gr8 if I come to know how excatly to use it in DFLD.

Thanks,
Mervyn.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Mar 18, 2009 10:25 pm
Reply with quote

Hello,

Quote:
I want implement auto-skip option..
If you explain why you want to use this option, someone may have a suggestion.

Quote:
I read manual but it was not useful...
Post the bit from the manual that is not clear and someone here may be able to clarify.
Back to top
View user's profile Send private message
Mervyn_das

New User


Joined: 03 Mar 2009
Posts: 7
Location: Bangalore

PostPosted: Sun Mar 22, 2009 4:03 pm
Reply with quote

dick scherrer wrote:
Hello,

Quote:
I want implement auto-skip option..
If you explain why you want to use this option, someone may have a suggestion.

Quote:
I read manual but it was not useful...
Post the bit from the manual that is not clear and someone here may be able to clarify.


Hi,

Its not that I have picked from any manual, I want to implement this option in live.

The scenario is that a single screen is used to display few field and all other fields are hidden, in another case i need to display the entire screen.

Now the problem I m facing is the cursor is going to protected field, which ideally is not correct.

I hope I am able to explain problem being faced by me.

Thanks,
Mervyn.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Sun Mar 22, 2009 5:33 pm
Reply with quote

You can manipulate the attribytes from your cobol program in your output message. When you define your MFS, you define where the cursor will initially be positioned.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Sun Mar 22, 2009 5:36 pm
Reply with quote

Read this.....specifically this part.....

Take a look at your output message in working storage. The attribute field will be defined immediately BEFORE the data field. Make sure that your output message length is increased if you are adding anything. It is not a good idea to always send maximum message length - it bogs down the system. An attribute bytes is defined in your output area as Pic S9(04) comp.

Set up an 01 level named attribute-byte-values. You will then define the attribute bytes as 05 levels - here are a couple:

05 protect-alpha pic 9(4) comp value 226.
05 unprotect-numeric-mod pic 9(4) comp value 211.
05 unprotect-alpha-mod-curs pic 9(5) comp value 49347.
05 unprotect-num-hi-mod-curs pic 9(5) comp value 49371.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Sun Mar 22, 2009 5:39 pm
Reply with quote

Here - search the forum on "attribute byte"

ibmmainframes.com/viewtopic.php?t=37454&highlight=attribute+byte
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts SCOPE PENDING option -check data DB2 2
No new posts OUTFIL with SAVE option DFSORT/ICETOOL 7
No new posts CICS vs LE: STORAGE option CICS 0
No new posts INSYNC option with same function as I... JCL & VSAM 0
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
Search our Forums:

Back to Top