Page 1 of 1

Physical file name

Posted: Thu Apr 23, 2009 12:12 pm
by rajkumarprajapati
EXEC CICS
INFILE
END-EXEC.
we want to find physical file name of infile(Logical file name)

CICS CEMT INQUIRE FILE

Posted: Thu Apr 23, 2009 3:01 pm
by Natarajan
Use following command in CICS region to know physical file name of a logical filename.

Code: Select all

CEMT INQUIRE FILE&#40;<filename>&#41;