can alternate index use in ESDS since it does not contain
primary index? if yes can you explain?
Answers were Sorted based on User's Feedback
Answer / devi r.p.
yes,more than one alternate index can be used but it cannot
be used with batch-cobol programs.It can be used with
cics-cobol pgm.in ksds we ll use keys parameter but in esds
The RBA (relative byte addressing)is used to access the
records infact esds is faster than ksds.
Is This Answer Correct ? | 10 Yes | 0 No |
how can we repair a soc-7 error?
execution of a subordinate module is caused by the use of the cobol verbs ------------in the superior module
Can I redefine an x(100) field with a field of x(200)?
is it possible to write array elements to pf
What is the meaning of a (new, catalog, keep) disposition mean?
When you are working with the project.. once your coding is over what will u do? where u r maintaining your CR(change request) what is the format what are the documents u need to prepare while testing?
how do u code a copy book in ur pgm ?
01 T1. 02 month-day pic x(30) value ?jan,31, feb,28, mar,31, apr,30, may,31, june, 30? 02 new-day redefines month-day occurs 6 times 03 A pic xxx. 03 B pic 99. What are the content of A(3) and B(2) respectively A)mar,31 B) Feb,28 C) 28, Mar E)Mar, 28
What is distributed relational database architecture? And components?
How do you create a like table?
What is Framework & How it work?
how do u create gdgs n vsam by using file-aid ?