My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
3 129851. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
1 8558What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
2 9404How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
2 16760What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
1 6723What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
3 12996What is the output of the following command given in TSO/ISPF terminal? SRCHFOR 'abc' SRCHFORC 'xyz', (+5)
2 13096If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
UST,
8 12137Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
2 6232
We have an output dataset in job with disp parameter as shr.
How do I delete a column in db2?
What is the use of tdq and tsq?
what JCL Procedures?
What is the utilization of copybook in cobol?
How can you classify the locks in db2?
Explain the difference between physical map and symbolic map?
What is blu acceleration in db2?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
in a cobol select statement, can you tell what is the organization for a ksds?
What is the usage of comp fields in cobol?
Ap wkur,=p5 where wkur is a label?
What do you mean by storage group (stogroup)?
What statement can be used to send data to another mvs jes3 node?
is it necessary that all versions of the gdg have to be of the same record length?