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

diff between L and LS


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

New User


Joined: 10 Mar 2005
Posts: 11

PostPosted: Fri Aug 05, 2005 1:13 pm
Reply with quote

hi

what is the difference between proc option L and LS.

when do we use L and when LS.

thanks and regards
maniphani
Back to top
View user's profile Send private message
byearun

New User


Joined: 25 Jul 2005
Posts: 17

PostPosted: Fri Aug 05, 2005 1:29 pm
Reply with quote

L - Indicates that the program can perform only load operations. It can be specified only in the PCB statement and which cannot be overridden.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Fri Aug 05, 2005 1:31 pm
Reply with quote

L and LS are used in PROCOPT.

L is one of the primary code available for PROCOPT. S is a secondery Code can be used with L.

PROCOPT defines the type of access to a database or segment.
L load database
LS load HISAM and HIDAM databases

Regards,

Priyesh.
Back to top
View user's profile Send private message
Karthikt

New User


Joined: 15 Aug 2005
Posts: 51

PostPosted: Mon Aug 15, 2005 12:12 pm
Reply with quote

L - Load
LS - Load sequential.

If you give LS, the system checks whether the information is getting loaded in the sequential order of the key of that segment. if the process violates, then the call will fail.
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 Sort on different fields, removing du... SYNCSORT 8
No new posts How syntax check at Bind time is diff... DB2 5
No new posts Compare PD Values with same storage &... JCL & VSAM 5
No new posts merge records from 2 ps files with di... DFSORT/ICETOOL 6
No new posts Need help on SORT to write each input... JCL & VSAM 4
Search our Forums:

Back to Top