What is meant by program reentrance?
Answer / khader
A Reentrant program is a program which does not modify
itself so that it can reenter to itself and continues
processing after an interruption made by the operating
system which, during the interruption, executes other OS
tasks including OS tasks of the same program. It is also
called serially reusable program.
| Is This Answer Correct ? | 6 Yes | 1 No |
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.
Define an asra abend?
In which table would you make an entry for a BMS map?
what is the cics command used to access current date and time?
Add a field to screen when what's the flow of impact?
What does the 'ceci:cics' transactions do?
What is the primary function of the Processing Program Table (PPT)?
What are the parameters that you have to give when you are using the CSSN transaction?
which transient data queue support ati?
explain abt types of maps? and explain
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