hi provide info about any real time requirement in health care services mainframe applications bye ramya
ACS,
2 4695I 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 5613When CISZ is declared as 4096 at cluster level,is this true that data will have 4096 and index will have default?????
1 15032In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
EDS,
4 8548i 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 26884what 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 13170why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
1 8012If 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 10121Hi 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 27783Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
EDS,
5 15659What 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 13261
What are the sub parameters for undo command?
How does db2 sample database connect?
What are the rules employed while naming the steps in a job?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
Is ibm db2 open source?
What is auto status?
Have you used comp and comp-3 in your project? And how?
what is use of space parameter in dd statement?
What are the utility programs in jcl?
How do I copy a table in db2?
What is the motivation behind coding class parameter in job statement?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is package in cobol db2?
Explain the difference between record occurrence and record type?
How can a stopped job be started again?