What is the procedure to read a statement from tsq?
No Answer is Posted For this Question
Be the First to Post Answer
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?
1 Answers Bank Of America, Cap Gemini, IBM, RBS,
What is Tclass in cics?what is its importance? How it is implemented?
What is the different ways to initiate a task?
when will be use the tdq and tsq??
Can you explain communication area?
I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program
What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?
What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?
why we code ACCUM parameter in cics send time
The first step in the development of an application system is the Requirement Analysis(True or False).