What is non-conventional programs?
No Answer is Posted For this Question
Be the First to Post Answer
list the sequence of steps used to achieve modiication in skip sequential mode?
Where are transient data sets defined to CICS?
how to get 'time stamp' in cics prgms ,what is the syntax.
What do the keywords MAPONLY and DATAONLY mean?
Explain how do you delete item 3 in a five-item tsq?
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 common cics service programs and explain their usage?
Once a transient data queue is read, can it be reread?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Can you explain common systems area?
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 psuedo conversation?