Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ConsMorante

    Internal Reader not submitting the copied JCL

    Hi, I have a JCL that will invoke another JCL by using the internal reader. (see below code) //STEP01 EXEC PGM=IEBGENER //SYSUT1 DD DSN=JS01.CNTL.LIB2(BJSJSA10),DISP=SHR //SYSUT2 DD SYSOUT=(A,INTRDR) //SYSPRINT DD SYSOUT=*...
  2. ConsMorante

    MYSQL problem in PB

    hi everyone.. i just like to know if whats wrong when the MYSQL connector displays an error message that's something like this "String data, right truncated"... the thing is that is trying to query the fields from the database that will be shown in the datawindow.. when the WHERE statement...
  3. ConsMorante

    Retreiving datawindow contents!!

    hi there... i've been trying to retreive datawindow contents based on user input.. here's what i'm trying to do. i'm creating a window wherein user can search for thier employee record either by the following inputs: a. Employee_id b. Employee_name and lastly by Employee_department. and upon...
  4. ConsMorante

    PB 6.5 - MySQL table format

    hi!! i'm currently learning Powerbuilder i used to work with Visual Basic and PHP but here in my current project i've been assigned as a programmer using Powerbuilder.. the thing that i'm wondering about is that whenever i try to connect to my database to either INSERT and RETRIEVE data from...

Part and Inventory Search

Back
Top