Explain how many conditions can you include in a single handle condition command?
No Answer is Posted For this Question
Be the First to Post Answer
How will you access a VSAM file using an alternate index?
Explain the difference between pseudo-conversational and conversational?
Can you define cemt?
Can you define aica abend?
Name and explain some common CICS abend codes?
What is the type of ppt in the cics?
How to get the sign-on user-id from an application program?
What is the general Command format of CICS ?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
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
when will be use the tdq and tsq??