wat all we have to give answer for the question:- INTRODUCE ABOUT YOURSELF? pls specify the points which we've to mention in an interview.
1 6915describe a time when you were responsible for organizing different types of personnel to get work done and some of them weren't very enthusiastic. what did you do?
6388How is it possible to do a cross-sysplex copy of a PDS dataset by running one JCL on the target sysplex? I tried to use IEBCOPY with SUBSYS & CSM as follows: //CSMTRAN1 EXEC PGM=IEBCOPY //SYSPRINT DD SYSOUT=* //SYSUT1 DD DSN=PDS-Dataset-name-from,DISP=SHR, // SUBSYS=(CSM,'SYSPLEXNAME-FROM') //SYSUT2 DD DSN=PDS-Dataset-name-to,DISP=OLD, // SUBSYS=(CSM,SYSPLEXNAME-TO') //SYSIN DD DUMMY This did not work. I always get the following error "IEB1071E DD NAME SYSUT1 IS SUPPOSED TO BE A PARTITIONED DATA SET BUT IT HAS NO DIRECTORY. EXPECT A TERMINAL I/O ERROR. (DS1LSTAR=X'000000' DS1DSORG=X'0000' JFCDSORG=X'0200') " The source dataset is a catalogued pds dataset with many entries. The target dataset is allocated in the same job some lines before the transfer. I got an example like this for PS datasets with IEBGENER. But for PO datasets there should be a similar possibility...
4057what is the meaning of MIS Report , and what are the usages in MIS Report, how to prepare ,
21 93498Post New Hotel Jobs Interview Questions
Define Half-Duplex
Describe your experience with integrating new technologies, such as automation, robotics, or IoT, into manufacturing operations.
Explain drx – trx?
What is auto-layout?
Which transaction code is used to create roles?
How do I combine first and last name in excel?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
Can you tell me how to check whether a linked list is circular?
Genarally what we have to tell. If anybody asks in the interview. what are challenges u faced in the Project and what are the Risks u faced in the Project, Anybody can suggest it ......Thanks in Advance....
How to make a bill of software sale with service tax?
What is the difference between xsl and xsd?
How do I create a dbml file?
Where we use clrscr in c?
Why is html5 so popular nowadays?
What is representational state transfer (rest) in angularjs?