Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

COBOL Programming :: RE: Record Not found in AlX but record record present

$
0
0
Author: mukun264
Subject: Reply to: Record Not found in AlX but record record present
Posted: Sat Mar 25, 2017 3:20 pm (GMT 5.5)

The alternate defined on KSDS file
define AIX (NAME(AIX-FILE-NAME)
RELATE(KSDS-CLUSTER-NAME)
KEYS(22 52)
FSPC(10 10)
UPGRADE
SPEED)
DATA(AIX-DATA)
INDX(AIX-INDX)

define path(name(KSDS-PATH-NAME)
pathenry(AIX-FILE-NAME))

BLDINDEX INDATASET(KSDS-CLUSTER-NAME)
OUTDATSET(AIX-FILE-NAME)


just want to inform you that i am able to read path in cics with same keys.
_________________
Bal Mukund
--------------
Bangalore


Viewing all articles
Browse latest Browse all 8500

Trending Articles