View previous topic :: View next topic
|
Author |
Message |
shashi
New User
Joined: 10 Mar 2005 Posts: 8
|
|
|
|
1)
If have a ps file (sequential) with 100 records.
how will u directly read the 49th record using cobol program?
2)
How wld u access IMS under CICS program. |
|
Back to top |
|
|
mdtendulkar
Active User
Joined: 29 Jul 2003 Posts: 237 Location: USA
|
|
|
|
shashi,
1)
Open File
Set up a counter
bypass all the records until record count is 48
process 49th record
2)
IMS & CICS??
Regards
Mayuresh |
|
Back to top |
|
|
|