Claudio Marcio wrote:
After type the oput command see the message below :

IGD103I SMS ALLOCATED TO DDNAME SYS00107
BPXF105E RETURN CODE 0000006F, REASON CODE 5B450002. AN ERROR OCCURRED DURING
THE OPENING OF HFS FILE /DATA1.
***
... not be open the file???? why???

regards,

The error indicates you are not authorized to create a file
in that directory. You really need to talk to your systems
and / or security people to set you up with an omvs segment
that has your own directory, usually of the form /u/userid
where 'userid' is your tso id in lower case. They will need
to allocate an HFS file for you and mount it at your /u/userid
mountpoint.




----- Original Message ----- From: "Steve Comstock" <[EMAIL PROTECTED]>
Newsgroups: bit.listserv.ibm-main
To: <IBM-MAIN@BAMA.UA.EDU>
Sent: Thursday, September 25, 2008 11:45 AM
Subject: Re: Data conversion EBCDIC to ASCII - correction


Steve Comstock wrote:

[Whoops! fixed a typo in the oget command below. sorry.]


OK. So your home is root. Not a good idea, but I'm finding
it to be pretty common.

Knowing that, then here's the series of commands I recommend
you issue, starting at ISPF 6:


  ==> oput 'BRASIL.ZOS.CONTEST.JCL(DATA1)' '/data1' binary

  ==> omvs                            (you are put into UNIX)

  ==> iconv -f ibm-1047 -t iso8859-1 data1 data2
  ==> exit                  (you leave UNIX, return to ISPF 6)

  ==> oget '/data2' 'BRASIL.ZOS.CONTEST.JCL(DATA1)' binary

done.



Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> Check out the Trainer's Friend Store to purchase z/OS  <==
==> application developer toolkits. Sample code in four    <==
==> programming languages, JCL to Assemble or compile,     <==
==> bind and test.                                         <==
==>   http://www.trainersfriend.com/TTFStore/index.html    <==

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html




--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> Check out the Trainer's Friend Store to purchase z/OS  <==
==> application developer toolkits. Sample code in four    <==
==> programming languages, JCL to Assemble or compile,     <==
==> bind and test.                                         <==
==>   http://www.trainersfriend.com/TTFStore/index.html    <==

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to