|
|
| Author |
Message |
snm
New User
Joined: 10 Mar 2005 Posts: 11
|
|
|
|
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 |
|
 |
References
|
Posted: Fri Aug 05, 2005 1:13 pm Post subject: Re: diff between L and LS |
 |
|
|
 |
byearun
New User
Joined: 25 Jul 2005 Posts: 6
|
|
|
|
| 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 |
|
 |
priyesh.agrawal
Global Moderator
Joined: 28 Mar 2005 Posts: 1510 Location: Chicago, IL
|
|
|
|
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 |
|
 |
Karthikt
Active User
Joined: 15 Aug 2005 Posts: 52
|
|
|
|
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 |
|
 |
|
|