Why flat files (QSAM) can't be accessed in CICS ? Give the reasons..
I doubt, while FCT table demands the VSAM cluster dataset along with the KEY and other parameters.
I don't have access to create / register new VSAM files in FCT table at our site and check it practically. If anyone have access, Please share the screenshots which will be easy to understand.
STRING, UNSTRING, INSPECT verbs in CICS program ?
In some mainframe online reference, I read that these verbs can't be used like in a batch program. Is it TRUE?
If so, When I initialize any field with ( Variable MAP-FIELD-I ) '__________'. How can I handle the data after a RECEIVE command without using STRING / UNSTRING verbs to remove the unwanted characters ?