Re: CSP

2011-08-24 Thread Claudio Marcio
, August 23, 2011 4:45 PM Subject: Re: CSP Google - ibm cross system product Hopefully that will get you what you need. That product has been out of support for a long time. On Tue, Aug 23, 2011 at 3:02 PM, Claudio Marcio cmarc...@gmail.com wrote: Hi, There is a program language used

CSP

2011-08-23 Thread Claudio Marcio
Hello, I need a manual CSP, can anyone help me? att Claudio -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http

CSP

2011-08-23 Thread Claudio Marcio
Hello, I need a manual CSP, can anyone help me? att Claudio -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http

Re: CSP

2011-08-23 Thread Claudio Marcio
Hi, There is a program language used for mainframe called CSP, is what I want. att Claudio - Original Message - From: Lizette Koehler stars...@mindspring.com Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@bama.ua.edu Sent: Tuesday, August 23, 2011 2:15 PM Subject: Re: CSP

Re: Loop in REXX

2008-10-23 Thread Claudio Marcio
Hi see my rexx exec /* rexx by Claudio Marcio */ Say 'Enter with the year', pull year do while \datatype(year,'N') SAY 'Invalid Date!!... enter year, using only numeric digits'' pull year end do until answer \= S dec25 = date(B,year1225,S)//7 select when dec25 = 0 then day = Segunda

Loop in REXX

2008-10-22 Thread Claudio Marcio
hi, how make a loop using the DO command in REXX? ex: Say ' enter wiith the year' pull year do until year (not numeric???) say ' invalid date, enter with the year' pull year end be right the command above? regards

Re: REXX error

2008-10-17 Thread Claudio Marcio
when I run my exec REXX the error appears: 1 +++ ? IRX0013I Error running BRAS, line 1: Invalid character in program see my program rexx BRAS: /* REXX para mostrar o dia da semana que cai o natal. BY CLAUDIO MARCIO

Re: REXX error ***** I WIN!!!!!! ******

2008-10-17 Thread Claudio Marcio
I got it!!! run the pack off command inside member the now it´s OK! very, very thank´s to all what helped me! regards - Original Message - From: Hunkeler Peter (KIUK 3) [EMAIL PROTECTED] Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@BAMA.UA.EDU Sent: Friday, October 17,

Re: REXX error

2008-10-17 Thread Claudio Marcio
Sent: Friday, October 17, 2008 11:47 PM Subject: Re: REXX error Claudio, How are you executing your clist ??? Option # 6 as 'exec clist-pds(clistname)' or How ? Also what are the dcb parameters of your clist pds ? Scott Ford Senior Systems Engineer [p] 678.266.3399 x304[m] 609-346

Re: REXX error

2008-10-16 Thread Claudio Marcio
hi, Very strange Why runs in other dataset ?? in the dataset below, run ok.. VIEW ZOS.CONTEST.JCL other dataset Command === Scroll === PAGE Name Prompt Size Created Changed

Re: REXX error

2008-10-12 Thread Claudio Marcio
hi, I´m using the ex command see below: VIEW BRATIME.TIME.CHRIST--- my dataset Command === Name Prompt Size Created ___EX__ BRAS*Edited 34 2008/09/09 - dataset member |**End** | | A

Re: REXX error

2008-10-12 Thread Claudio Marcio
, 2008 4:30 PM Subject: Re: REXX error On Sun, 12 Oct 2008 15:52:28 -0200, Claudio Marcio wrote: I´m using the ex command see below: VIEW BRATIME.TIME.CHRIST--- my dataset Command === Name Prompt Size Created ___EX__ BRAS*Edited

Re: REXX error

2008-10-11 Thread Claudio Marcio
correcting... a debug command? regards - Original Message - From: Claudio Marcio [EMAIL PROTECTED] To: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU Sent: Saturday, October 11, 2008 10:14 AM Subject: Re: REXX error How do on trace to find my problems and how see this listserv

Re: REXX error

2008-10-11 Thread Claudio Marcio
BRAS*Edited 34 2008/09/09 - dataset member **End** see my program rexx BRAS: /* REXX para mostrar o dia da semana que cai o natal. BY CLAUDIO MARCIO */ /***/ /* Say 'Calculate Christmas day

Re: REXX error

2008-10-07 Thread Claudio Marcio
post of the initial lines ** * Top of Data ** ==MSG -Warning- The UNDO command is not available until you change ==MSG your edit profile using the command RECOVERY ON. 000710 /* REXX para mostrar o dia da semana que cai o

Re: REXX error

2008-10-07 Thread Claudio Marcio
hi, see the first lines of the my exec rexx ** * Top of Data ** ==MSG -Warning- The UNDO command is not available until you change ==MSG your edit profile using the command RECOVERY ON. 000100 say 'Este programa informa em

Re: REXX question

2008-10-04 Thread Claudio Marcio
Hi, we brought it about to solve the problem!!! correct syntax of the command, in this case, is: do until answer \= N - ( For example, here we repeat the loop until the variable answer does not have the value NO) instructions instructions say 'Do you want to exit? (s/n)' pull

REXX question

2008-10-03 Thread Claudio Marcio
Hi, How make to receive one string in rexx language?? Ex. say ' you want exit (s/n)?' pull ?? arg ?? parse ?? if (string??) = 's' return to begin exec else exit I want ready the string with which command? regards

Re: REXX question

2008-10-03 Thread Claudio Marcio
, of course. On Fri, Oct 3, 2008 at 9:20 PM, Claudio Marcio [EMAIL PROTECTED] wrote: Hi, How make to receive one string in rexx language?? Ex. say ' you want exit (s/n)?' pull ?? arg ?? parse ?? if (string??) = 's' return to begin exec else exit I want ready the string with which command

Re: Data conversion EBCDIC to ASCII - correction

2008-09-25 Thread Claudio Marcio
After type the oput command see the message below : IGD103I SMS ALLOCATED TO DDNAME SYS00107 BPXF105E RETURN CODE 006F, REASON CODE 5B450002. AN ERROR OCCURRED DURING THE OPENING OF HFS FILE /DATA1. *** ... not be open the file why??? regards, - Original Message - From:

Re: Data conversion EBCDIC to ASCII - correction

2008-09-25 Thread Claudio Marcio
have some other alternative? regards - Original Message - From: Steve Comstock [EMAIL PROTECTED] Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@BAMA.UA.EDU Sent: Thursday, September 25, 2008 6:45 PM Subject: Re: Data conversion EBCDIC to ASCII - correction Claudio Marcio wrote

Re: Data conversion EBCDIC to ASCII

2008-09-23 Thread Claudio Marcio
Subject: Re: Data conversion EBCDIC to ASCII Claudio Marcio wrote: Hi, I use the system z / OS version V1R6 How I see if my directory is /u/ and my file is encoded in ibm-1047 in that System?? == oput '..zzz(member)' '/u/yourid/member' binary == omvs == iconv -f ibm-1047 -t

REXX EXEC

2008-09-23 Thread Claudio Marcio
Hi, I need make one REXX exec to enter with one year the return the day christmas of week. ex: year 1978 day of th week - monday year 2000 day of the week - saturday how meke in REXX language? regards - Original Message - From: Paul Gilmartin [EMAIL PROTECTED]

Re: Data conversion EBCDIC to ASCII

2008-09-21 Thread Claudio Marcio
PROTECTED] Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@BAMA.UA.EDU Sent: Sunday, September 21, 2008 3:00 AM Subject: Re: Data conversion EBCDIC to ASCII Claudio Marcio wrote: Well, this is my situation I have a member in a Dataset with EBCDIC data, I need to turn into ASCII data Which

Re: Data conversion EBCDIC to ASCII

2008-09-20 Thread Claudio Marcio
OF DATA SET can you help me? Regards - Original Message - From: John McKown [EMAIL PROTECTED] Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@BAMA.UA.EDU Sent: Saturday, September 20, 2008 12:46 AM Subject: Re: Data conversion EBCDIC to ASCII On Fri, 19 Sep 2008, Claudio Marcio wrote

Re: Data conversion EBCDIC to ASCII

2008-09-20 Thread Claudio Marcio
, 2008 10:31 PM Subject: Re: Data conversion EBCDIC to ASCII On Sat, 20 Sep 2008 22:20:11 -0300, Claudio Marcio [EMAIL PROTECTED] wrote: Hello, I'm using below camando: //INPUT DD P=SHR- EBCDIC MEMBER // OUTPUT DD x..zz(member2),DISP=(,CATLG

Data conversion EBCDIC to ASCII

2008-09-19 Thread Claudio Marcio
Hello, How do I convert a member with data EBCDIC to ASCII in the TSO environment? thanks Claudio -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM

PDS I/O ERROR

2006-08-03 Thread Claudio
I then deleted member and run it again. The same error for another member. What I need to know is if there is any utility that is able to give me a list of all members in error. Any clue ? Thanks in advance Claudio