Hi All,
I was able to find another solution to submitting a JCL inside another JCL by using a different utility(IKJEFT1A) and not by the internal reader.
//EZM7ATL1 JOB (206500,TEST,,,,0000),'ZIT 7.1,EZM7',
// MSGCLASS=T,MSGLEVEL=(1,1),CLASS=G,NOTIFY=EZM7
/STEP01...
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=*...
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...
hi..
i was able to solve this problem. the thing that's making the error is that the transobject was set after the window opens and the event that will retrieve() function..
whooooa.. that was just it.. ^_^
thanks by the way to all who replied to this thread..
hi there..
iv'e tried what theKlown suggested but every time the modified event triggers the retrieve() function it produces an error.. it says:
"Database Transaction information not available
Call SetTrans or SetTransObject Function"
what should i do??
the controls used are SingleLineEdit.
here are the objects,
the window contains a datawindow, series of Radiobuttons, which upon click displays a SLE where the user inputs the supposed data that will be used for the retrieve() event for the datawindow..
i've been thinking that the...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.