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 5381When CISZ is declared as 4096 at cluster level,is this true that data will have 4096 and index will have default?????
1 14764In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
EDS,
4 8186i 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 26013what 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 12816why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
1 7791If 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 9831Hi 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 27188Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
EDS,
5 15216What 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 13026
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain in DD statement what is the use of DCB parameter?
What does a store statement do?
what are bind concepts in db2 cobol?
What is ims (db/dc)?
What is the kcp in the cics?
What does a finish do in idms?
What makes vrrds different from vsam?
What is meant by comp-3 and what is it used for?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What's The Percentage Free Space ?
What do you understand by the terms: joblib and steplib?
What is an instance in db2?
What is the device independent method to indicate where a record is stored?