⟩ What is interval control and what are some of the CICS commands associated with it?
CICS interval control provides a variety of time-related features - common commands are ASKTIME, PORMATTIME, START, RETRIEVE, and CANCEL.
CICS interval control provides a variety of time-related features - common commands are ASKTIME, PORMATTIME, START, RETRIEVE, and CANCEL.
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?
Last statement of any RPG pgm is LR?
How to retrieve a physical file after deleting that? What is keyword used for that?
Maximum how many fields we can create under a record format of PF?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3?
What is use of linkage section?
How to fetch even records from one file to another file by using ICETOOL in JCL?