Define temporary storage?
No Answer is Posted For this Question
Be the First to Post Answer
What are different ways of initiating transaction in CICS ?
cics command level is?
how do you fire a batch job from a cics txn ?
Can you define multiple maps in a BMS mapset?
What is the primary aspect of CICS?
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
What is EXEC CICS RETRIEVE ?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
What is the command used to request notification when the specified time has expired?
Define the term function request shipping?
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 the pic clause for the hhmmss type of data fields?