Search found 6 matches

by vinoth4u
Fri Aug 28, 2015 5:41 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Identifying job return code in run time
Replies: 5
Views: 692

Re: Identifying job return code in run time

Nic,

Thanks for your suggestion !

We can use IKJEFT01 to evaluate Steps in the job.But for job evaluation how can we use it ?

Could you please explain it briefly with example codes ?

Thanks!

Regards,
Vinoth KM
by vinoth4u
Thu Aug 27, 2015 12:32 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Identifying job return code in run time
Replies: 5
Views: 692

Identifying job return code in run time

Hi ,

In REXX , i have requirement like "Multiple jobs needs to be submitted" means after successful execution of each job ,next job should start.

In run time ,how can i find the return code of one job,so that next next job should pursue ?

Thanks in advance !!

Regards,
Vinoth
by vinoth4u
Mon Aug 24, 2015 1:23 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Finding DB2 table length through REXX
Replies: 6
Views: 1013

Re: Finding DB2 table length through REXX

Actually my intention in the tool is, i. User needs to type the "table name & where clause columns" as per their requirement . ii. Once they done,REXX will take care of unloading the data in the output file and it will be given to the USER. Here i got the below confusion 1. How jcl kno...
by vinoth4u
Tue Aug 18, 2015 4:15 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Finding DB2 table length through REXX
Replies: 6
Views: 1013

Re: Finding DB2 table length through REXX

Hi Anuj,

Thanks a lot for your clear explanation. :D :D

Yeah,I am using "DSNTIAUL" and i have removed LRECL from the SYSREC00 and i am good now.


Thanks & Regards,
Vinoth KM
by vinoth4u
Mon Aug 17, 2015 5:14 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Finding DB2 table length through REXX
Replies: 6
Views: 1013

Re: Finding DB2 table length through REXX

"Datasets can expand, through secondary allocation, or contract, through RLSE parameter" helps me to achieve what i want .Thanks Nicc

Thanks & Regards,
Vinoth KM
by vinoth4u
Mon Aug 17, 2015 12:14 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Finding DB2 table length through REXX
Replies: 6
Views: 1013

Finding DB2 table length through REXX

Hello All, I am doing REXX code to unload data from the DB2 table.Hence i need to know the length of the table so that the unloaded data will fit exactly into the output file. Could someone please help me on how to find out the length of the input table given by user ? Thanks & Regards, Vinoth KM

Go to advanced search