What is the syncpoint command?
Define the term function request shipping?
What are the some important fields in the eib block?
Name the macros used to define the following: MAP MAPSET FIELD
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
how do you execute a background cics txn ?
Which is the macro used for making an entry in the PPT
plz give the syntax for receive map and receive text cmds in cics
What is the name of the mapset definition macro?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
What is meant by pseudo-conversation?
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
What is a Logical Unit of Work (LUW)?