Skip to main content

Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hello, on mainframe I copied the VSAM data into flat/seq file and FTPed into my local drive. Now I am planning to copy this data into Micro Focus VSAM file (blank as of now) with the help of IDCAMS utility of MicroFocus. Thank you.


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hello, on mainframe I copied the VSAM data into flat/seq file and FTPed into my local drive. Now I am planning to copy this data into Micro Focus VSAM file (blank as of now) with the help of IDCAMS utility of MicroFocus. Thank you.


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hello, on mainframe I copied the VSAM data into flat/seq file and FTPed into my local drive. Now I am planning to copy this data into Micro Focus VSAM file (blank as of now) with the help of IDCAMS utility of MicroFocus. Thank you.


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

The way we work vsam files is to copy the vsam to a flat file then ftp as binary to a network folder.

Then create a record structure especially if you have any packed or binary fields in the record layout.

Convert the ftp'd file using the ebcdic structure out putting the ascii structure and then loading the file into vsam.


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

The way we work vsam files is to copy the vsam to a flat file then ftp as binary to a network folder.

Then create a record structure especially if you have any packed or binary fields in the record layout.

Convert the ftp'd file using the ebcdic structure out putting the ascii structure and then loading the file into vsam.


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

The way we work vsam files is to copy the vsam to a flat file then ftp as binary to a network folder.

Then create a record structure especially if you have any packed or binary fields in the record layout.

Convert the ftp'd file using the ebcdic structure out putting the ascii structure and then loading the file into vsam.


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hello Bob,

  I am done with first step. Regarding second step, my record structure is going to be identical as on mainframe.

Please elaborate the last  point, and how to do that (Convert the ftp'd file using the ebcdic structure out putting the ascii structure and then loading the file into vsam.). I got confused here.

Jitendra Hushare


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hello Bob,

  I am done with first step. Regarding second step, my record structure is going to be identical as on mainframe.

Please elaborate the last  point, and how to do that (Convert the ftp'd file using the ebcdic structure out putting the ascii structure and then loading the file into vsam.). I got confused here.

Jitendra Hushare


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hi Hushare

Hope below steps help

As you have already done first step as described by bob

Use the Data tool Options Choose the input file from Input file browse Option

Create the STR layout based of File structure

Checkmark on the Convert Charset set option

Choose the record Layout created in above step

Provide the Output File information

Press Convert

once done load the file.


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hi Hushare

Hope below steps help

As you have already done first step as described by bob

Use the Data tool Options Choose the input file from Input file browse Option

Create the STR layout based of File structure

Checkmark on the Convert Charset set option

Choose the record Layout created in above step

Provide the Output File information

Press Convert

once done load the file.


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hi Hushare

Hope below steps help

As you have already done first step as described by bob

Use the Data tool Options Choose the input file from Input file browse Option

Create the STR layout based of File structure

Checkmark on the Convert Charset set option

Choose the record Layout created in above step

Provide the Output File information

Press Convert

once done load the file.


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hello Cheetalm,

  I am getting error "JCLAM0131S(12) - INSUFFICIENT DCB [SUNAR.REG12000.ARV]" while loading the file. I had defined DCB parameter for this file (RECFM=KS, DS Org=VSAM, LRECL=4096, BLKSIZE=40960, key start/length, maximum and average record length is given).

  Still I am getting this error while loading my downloaded file to SUNAR.REG12000.ARV VSAM file. Any clue what I could be missing or doing wrong?

Regards

Jitendra


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hello Cheetalm,

  I am getting error "JCLAM0131S(12) - INSUFFICIENT DCB [SUNAR.REG12000.ARV]" while loading the file. I had defined DCB parameter for this file (RECFM=KS, DS Org=VSAM, LRECL=4096, BLKSIZE=40960, key start/length, maximum and average record length is given).

  Still I am getting this error while loading my downloaded file to SUNAR.REG12000.ARV VSAM file. Any clue what I could be missing or doing wrong?

Regards

Jitendra


Hello,

   With the help of IDCAMS utility, I had created empty VSAM file in Micro Focus workspace. Now I want to copy the mainframe vsam data to MF vsam file created in my workspace. I can't access mainframe from Micro Focus, so I have to download the file, in the process the file may copy bad data due to EBCIDIC to ASCI etc.

   Any pointer/direction you can suggest how to approach this problem? Please suggest.

Thank you in advance

Jitendra Hushare


#EnterpriseServer

Hello Cheetalm,

  I am getting error "JCLAM0131S(12) - INSUFFICIENT DCB [SUNAR.REG12000.ARV]" while loading the file. I had defined DCB parameter for this file (RECFM=KS, DS Org=VSAM, LRECL=4096, BLKSIZE=40960, key start/length, maximum and average record length is given).

  Still I am getting this error while loading my downloaded file to SUNAR.REG12000.ARV VSAM file. Any clue what I could be missing or doing wrong?

Regards

Jitendra