Author |
Message |
Topic: Searching a character '-' in PL/1 |
mainfrae
Replies: 3
Views: 1928
|
Forum: Application Programming Posted: Sat Jan 17, 2009 7:42 am Subject: Searching a character '-' in PL/1 |
Hi All,
I am new to PL/1 and i am having a requirement like below,
I have an variable(year) of 4 bytes in the online screen.
In the online screen, if the user enters the year as "-" ... |
Topic: connect subsys error in rexx |
mainfrae
Replies: 13
Views: 8931
|
Forum: TSO and ISPF Posted: Thu Nov 29, 2007 12:37 am Subject: connect subsys error in rexx |
vivek,
I am getting the output like below for my program..
RC: -3
SQLCODE: SQLCODE
Clouston,
DB2T is a valid subsystem and i checked the ADDRESS DSNREXX "CONNECT" ... |
Topic: connect subsys error in rexx |
mainfrae
Replies: 13
Views: 8931
|
Forum: TSO and ISPF Posted: Wed Nov 28, 2007 8:49 am Subject: connect subsys error in rexx |
I tried to print the SQLCODE, but it went in vein, its not displaying any SQLCODE, because i think if it is not connecting to the DB2 then how it will print the sqlcode...Its my gues., sorry if its wr ... |
Topic: connect subsys error in rexx |
mainfrae
Replies: 13
Views: 8931
|
Forum: TSO and ISPF Posted: Wed Nov 28, 2007 8:12 am Subject: connect subsys error in rexx |
Hi
When i checked the program by using the 'trace' command as shown below
>O> "SELECT GRANTEE FROM SYSIBM.SYSTABAUTH WHERE GRANTEETYPE = 'P' AN
D TCREATOR = 'HUND7' AND TTN ... |
Topic: connect subsys error in rexx |
mainfrae
Replies: 13
Views: 8931
|
Forum: TSO and ISPF Posted: Mon Nov 26, 2007 11:08 pm Subject: connect subsys error in rexx |
Ya,SYST is a variable from my panel. Ya, It have the correct value when back in the exec |
Topic: connect subsys error in rexx |
mainfrae
Replies: 13
Views: 8931
|
Forum: TSO and ISPF Posted: Mon Nov 26, 2007 8:00 am Subject: connect subsys error in rexx |
Hi,
I am getting an error RC(-3), when i am trying to execute the below sample program,
000001 /* REXX */
000002 /*TRACE ?I*/ ... |
Topic: All lines in a program has been executed |
mainfrae
Replies: 6
Views: 2726
|
Forum: Application Programming Posted: Wed May 02, 2007 1:25 pm Subject: All lines in a program has been executed |
Thanks for your information.
Thanks
Mainfrae |
Topic: All lines in a program has been executed |
mainfrae
Replies: 6
Views: 2726
|
Forum: Application Programming Posted: Mon Apr 30, 2007 3:02 pm Subject: All lines in a program has been executed |
Hi,
Is there anyway to ensure whether all the lines in a program has been executed.
I scouted in this forum related with this issue, but i am not able to pick it up.
Please give me some idea ... |
Topic: Cond code Max cc 3416 |
mainfrae
Replies: 2
Views: 1802
|
Forum: Application Programming Posted: Thu Feb 22, 2007 12:49 pm Subject: Cond code Max cc 3416 |
Hi
I write an assembler program like getting the input from sysin and writing the output to the spool and the pgm was successfully compiled also.But when i run the jcl (RUNJCL) as shown below
00 ... |
Topic: squeezing out spaces in a file |
mainfrae
Replies: 3
Views: 4596
|
Forum: Utilities Posted: Tue Dec 12, 2006 7:09 am Subject: squeezing out spaces in a file |
hi all,
I am having a file like this..
0001|abc |1234
0002|abncd |1235
And I want my output to be like
0001|abc|1234
0002|abncd|12 ... |
Topic: Deleting a particular record in TSQ |
mainfrae
Replies: 4
Views: 4394
|
Forum: CICS and Middleware Posted: Sun Jul 16, 2006 12:56 pm Subject: Deleting a particular record in TSQ |
Yes, What paul said is correct. Item is not a parameter In DELETE TSQ syntax.I think i can't use DELETE TSQ syntax for deleting a particular record in the TSQ. Still i haven't got a clear picture of ... |
Topic: Deleting a particular record in TSQ |
mainfrae
Replies: 4
Views: 4394
|
Forum: CICS and Middleware Posted: Thu Jul 13, 2006 7:25 pm Subject: Deleting a particular record in TSQ |
Hi
I am new to CICS and i am having a requirement like below,
User can enter records(ie) inputs in mulitple lines (rows) in a screen(limit upto 50 rows) and at the same time if he wish to delet ... |
Topic: TSO SEND command |
mainfrae
Replies: 11
Views: 7336
|
Forum: TSO and ISPF Posted: Thu Mar 23, 2006 6:07 am Subject: TSO SEND MESSAGE |
Thanks taltyman |
Topic: TSO SEND command |
mainfrae
Replies: 11
Views: 7336
|
Forum: TSO and ISPF Posted: Wed Mar 22, 2006 1:13 pm Subject: TSO SEND COMMAND |
Hi Superk
I am very clear that i want to use TSO SEND COMMAND only.But I want the screen to be seen like below (which includes the flower box also)
************************
* mes ... |
Topic: TSO SEND command |
mainfrae
Replies: 11
Views: 7336
|
Forum: TSO and ISPF Posted: Wed Mar 22, 2006 11:30 am Subject: TSO SEND command |
Hi
I want to send messages to particular userid(it may be around 20 or 30ids) through TSO SEND command.
I want to use this TSO SEND command in REXX.
Screen should be like this
************ ... |
|