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 |
Differentiate between hdam and the hidam databases?
How are composite and multiple indexes different?
suppose I have two tables a and b. Both tables are connected with ssn number as foreign key. I want to retrieve a column data from b table. How will you write a query?
Tandem COBOL Interview questions (on TACL,SCOBOL,ENSCRIBE,PATHWAY0
pic S9(4) results 3 bytes1 A) comp B) comp1 C) display D) comp3
Can min or max be used with alphanumeric data?
name the vsam file in which the deletion is not possible.
IF a file has 10-members how do you process all of them? using CL& USING RPG?
What is mainframe application testing?
Can you define path?
write a query to get RRN value from rpg?
is it possible to create a new field dynamically?