⟩ What is CECI?
CECI is the command level interpreter transid that interactively executes CICS commands. It is a rudimentary CICS command debugger which does not require coding an entire program.
CECI is the command level interpreter transid that interactively executes CICS commands. It is a rudimentary CICS command debugger which does not require coding an entire program.
Is it possible to create a logical file whose Physical file is not in same library?
How to add a field to a PF and compile it without loss of data?
Is Constent can be define as a key field?
What is the purpose of the chain and setll and setgt?
One physical file can have how many max of logical files? what is the primary file?
How to find the list of source physical files in a library?Is there any way to get a list?
what is the interactive job? what is the batch job? How to change the batch job to interactive job?
Suppose i have a PF,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in PF?
How many max. Record format a logical file have?
How to read a PF in reverse(from last rec to first) using CL?