Page 1 of 1

How to copy this cobol dataset

PostPosted: Mon Nov 12, 2012 5:50 pm
by nameexists
hi,
Normally when I try to copy a member within a dataset, I just put a C beside the member I want. I have a 5 part qualifier name. (ie Test.training.Data.Com.D0680212)
I am trying to copy this to my own dataset, but the normal c or copy is not working??

thanks

Re: How to copy this cobol dataset

PostPosted: Mon Nov 12, 2012 6:16 pm
by enrico-sorichetti
to get good answers You have to post good questions..

telling it does not work is just a waste of time for everybody

what happened when You used the PF1 to see the long message and the <copy> help ?

Re: How to copy this cobol dataset

PostPosted: Mon Nov 12, 2012 6:36 pm
by nameexists
enrico-sorichetti wrote:to get good answers You have to post good questions..

telling it does not work is just a waste of time for everybody

what happened when You used the PF1 to see the long message and the <copy> help ?


when I try C I get invalid request and Managed data sets cannot be cataloged.

When I try Copy I get

SYSTEM COMPLETION CODE=806 REASON CODE=00000004
TIME=12.57.38 SEQ=25581 CPU=0000 ASID=0084
PSW AT TIME OF ERROR 070C1000 81220E58 ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 01220E52 - 8400181E 0A0D18FB 180C181D
AR/GR 0: 006FFB00/00000000_00001E00 1: 00000000/00000000_84806000
2: 00000000/00000000_00FD78D0 3: 00000000/00000000_00000000
4: 00000000/00000000_00000000 5: 00000000/00000000_0067DC88
6: 00000000/00000000_000000FF 7: 00000000/00000000_00000000
8: 00000000/00000000_0067B250 9: 00000000/00000000_0122132C
A: 00000000/00000000_00000000 B: 00000000/00000000_00000004
C: 00000000/00000000_00000000 D: 00000000/00000000_0067B250
E: 00000000/00000000_84806000 F: 00000002/00000010_00000004
END OF SYMPTOM DUMP
Command 'COPY ' abended with code 806000. Load module not found.
***

Re: How to copy this cobol dataset

PostPosted: Mon Nov 12, 2012 6:44 pm
by Monitor
Put a / (forward slash) in front of the name (member or file) you want to copy, and you will be guided!

Re: How to copy this cobol dataset

PostPosted: Mon Nov 12, 2012 6:54 pm
by enrico-sorichetti
when I try C I get invalid request and Managed data sets cannot be cataloged.


did it occur to You that C might have a different meaning when used on a 3.4 dataset list

enter a random string in the line command area and hit PF1 two times,
ISPF will enter the HELP path where You can find all about the line commands available

Re: How to copy this cobol dataset

PostPosted: Mon Nov 12, 2012 6:58 pm
by nameexists
Monitor wrote:Put a / (forward slash) in front of the name (member or file) you want to copy, and you will be guided!


Thanks mate, that sorted it :)

Re: How to copy this cobol dataset

PostPosted: Mon Nov 12, 2012 7:16 pm
by NicC
So you got it resolved but what has this to do with the COBOL language? It seems more like an ISPF question.

Re: How to copy this cobol dataset

PostPosted: Mon Nov 12, 2012 9:18 pm
by nameexists
NicC wrote:So you got it resolved but what has this to do with the COBOL language? It seems more like an ISPF question.


Will know for the future, thought it was cobol, sorry