How do you use sub-string as a Pseudo-variable in PL/1? How
can we use the variables?
Answer / vamseedharr
the speciality of pl1 is pseudo variable concept...
consider following example
substr(x,2,3) = y ;
U can compare a part of 'x' variable directly with 'y'
variable.No need of placcing the result of substr into a
variable.
Is This Answer Correct ? | 6 Yes | 0 No |
If a gdg contains 20 versions .. how to copy those versions ps?
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
What is inspect and what is it used for?
How do you interact with your onsite coordinator?
In DB2 Large OBJECTS(lob) COLUMNS ARE USED TO STORE LARGE OBJECTS(DOCUMENTS,PICTURES) IN DATABASE.WHICH OF THE FOLLOWING CLAUSES CANOT BE USED ON LOB COLUMNS? A)GROUPBY B) HAVING C)ORDERBY d) NONE OF THE ABOVE WHICH MQ COMPONENT IS ESSENTIAL IN DISTRIBUTED SYSTEM MESSAGING? A)MQSERVER B)CHANEL C)CLUSTER D)QLOCAL E)QREMOTE IN THE MVS WORLD,COBOL INTRODUCED POINTERS TO THE COBOL.WHICH OF THE FOLLOWING STATEMENT IS TRUE ABOUT COBOL POINTERS? A) A COBOL POINTER CAN POINT TO ANY KIND OF OBJECT. B)COBOL POINTER DOSENOT ALLOW POINTER ARTHEMITIC. A)A b)b C)BOTH A AND B D) NONE WHAT IS THE NAME OF THE JOB THAT HAS AN ADRESS SPACE IDENTIFIER(ASID) OF ONE? what is the cics commands to enable writing mixed characters in cics region? a)cemt caps off b)caps off c)ckti d)ceot tra e)ceot caps off
suppose oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset?
How do you pass some input from JCL to PL1?
If DB2 query returns in null value, how do you work with it in PL/1?
which one of the following cannot cause more than one execution of paragraph that may be nam in statement. A) simple perform B) perform with time C) perform until D) perform varying
Define where and its usage?
What is plan and package in mainframe?
When do you get -811 sqlcode and how to resolve it?