⟩ What is task control and what are the CICS commands associated with it?
Task control refers to the CICS functions that manage the execution of tasks. Task control commands are SUSPEND, ENQ, and DEQ.
Task control refers to the CICS functions that manage the execution of tasks. Task control commands are SUSPEND, ENQ, and DEQ.
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?
Tell about How do u eliminate the duplicates?