hi provide info about any real time requirement in health care services mainframe applications bye ramya
ACS,
2 4453I 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
2 5382When CISZ is declared as 4096 at cluster level,is this true that data will have 4096 and index will have default?????
1 14769In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
EDS,
4 8193i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
L&T,
14 26030what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
3 12822why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
1 7796If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
3 9840Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
EDS,
6 27197Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
EDS,
5 15222What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you
2 13028
How is a typical db2 batch pgm executed?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what is pdes?
What are the key features of adabas database system?
What is a set in idms?
What is the result of open cursor statement?
Mention the guidelines to write a structured cobol program?
What is reorg and runstats in db2?
What is a page in db2?
Where can you declare a cursor in a cobol-db2 program?
What is the difference between fixed length and variable length records?
When output dataset space is required, what quantity categories are used?
What is the IDD?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
How can the submitting users racf authority be overridden in a job stream?