Search found 15 matches
- Wed Oct 27, 2021 1:11 pm
- Forum: Suggestions & Feedback : About the website.
- Topic: How did you find us?
- Replies: 294
- Views: 789651
Re: How did you find us?
Googled for some of the abends and this site came up.
- Wed Oct 27, 2021 1:09 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Where do you live?
- Replies: 252
- Views: 489378
Re: Where do you live?
East or West, India is the best!
- Wed Oct 27, 2021 8:58 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Can we delete all versions of a GDG and just keep base.
- Replies: 7
- Views: 4835
Re: Can we delete all versions of a GDG and just keep base.
Thank you.
With this
With this
I was asking why would we delete a GDG base and then again recreate it? We should just keep the base intact when we require it again.Many sites have standard jobs to define their GDGs.
- Tue Oct 26, 2021 12:07 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Can we delete all versions of a GDG and just keep base.
- Replies: 7
- Views: 4835
Re: Can we delete all versions of a GDG and just keep base.
How have you managed to copy the GDG base with same properties again?mucka wrote: Tue Oct 26, 2021 12:52 am We used to delete the gig base. That deleted all versions. We then redefined the gig base. This was the most straightforward method for our process.
- Tue Oct 26, 2021 12:06 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Can we delete all versions of a GDG and just keep base.
- Replies: 7
- Views: 4835
Re: Can we delete all versions of a GDG and just keep base.
Hi Robert,
I hve used the following:
But it gave me RC=8. Then I tried:
It deleted all versions of it. Which one is better?
I hve used the following:
Code: Select all
//PGM EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DELETE (YOUR.INPUT.GDG) GDG
Code: Select all
//PGM EXEC PGM=IEFBR14
//GDGB DD DSN=YOUR.INPUT.GDG,
// DISP=(OLD,DELETE,DELETE)- Sun Oct 24, 2021 10:07 am
- Forum: Ask for Job Guidance and referrals here.
- Topic: How's is DXC Technology India?
- Replies: 3
- Views: 1682
Re: How's is DXC Technology India?
Hi,
Which Technology you are talking about? For mainframe they have only insurance related projects and there are different projects. I have known people from there but I have not worked there myself.
Which Technology you are talking about? For mainframe they have only insurance related projects and there are different projects. I have known people from there but I have not worked there myself.
- Sun Oct 24, 2021 10:04 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Can we delete all versions of a GDG and just keep base.
- Replies: 7
- Views: 4835
Can we delete all versions of a GDG and just keep base.
Hi,
Can someone please advise me if we can delete all versions of a GDG and just keep base of it. I tried to delete them using ISPF 3.4, locating and deleting them one by one for test. But is there a way to do it using some program or utility? Please advise.
Can someone please advise me if we can delete all versions of a GDG and just keep base of it. I tried to delete them using ISPF 3.4, locating and deleting them one by one for test. But is there a way to do it using some program or utility? Please advise.
- Wed Feb 15, 2017 1:43 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: Copy the part of header to detail records using SORT.
- Replies: 5
- Views: 4780
- Mon Feb 13, 2017 3:13 pm
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: Copy the part of header to detail records using SORT.
- Replies: 5
- Views: 4780
Re: Copy the part of header to detail records using SORT.
Thanks. When we use WHEN=INIT, does it mean to go to the initial record in the file or in the "GROUP"? Please advise me on this.
- Sat Feb 11, 2017 10:28 am
- Forum: Suggestions & Feedback : About the website.
- Topic: Login for viewing post
- Replies: 6
- Views: 9986
Re: Login for viewing post
Hi,
I am able to see the posts without logging in.
I am able to see the posts without logging in.
- Sat Feb 11, 2017 10:26 am
- Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
- Topic: Copy the part of header to detail records using SORT.
- Replies: 5
- Views: 4780
Copy the part of header to detail records using SORT.
Hi everyone,
I need help for the foloing problem. Please have a look at the inpt file and the expected output:
Input file:
0000000007889HEADER100000
0100000002017DETEST100000
0100000002017DETEST200000
9900000007889TRAILER10000
0000000001540HEADER200000
0100000002017DYTEST100000 ...
I need help for the foloing problem. Please have a look at the inpt file and the expected output:
Input file:
0000000007889HEADER100000
0100000002017DETEST100000
0100000002017DETEST200000
9900000007889TRAILER10000
0000000001540HEADER200000
0100000002017DYTEST100000 ...
- Mon Dec 02, 2013 4:21 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Where do you live?
- Replies: 252
- Views: 489378
Re: Where do you live?
Chennai, B'lore, India.
- Mon Dec 02, 2013 4:21 pm
- Forum: Suggestions & Feedback : About the website.
- Topic: How did you find us?
- Replies: 294
- Views: 789651
Re: How did you find us?
Google.
- Mon Dec 02, 2013 4:17 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: What is the difference b/w Index and subscript?
- Replies: 5
- Views: 5665
Re: What is the difference b/w Index and subscript?
Thanks Robert and William for the great explanations you put it. really appreciate your time.
As Robert said, "An index is a pointer that contains the address of the array element" and William said, "An index does not contain an address. It just contains the displacement of an element from the ...
As Robert said, "An index is a pointer that contains the address of the array element" and William said, "An index does not contain an address. It just contains the displacement of an element from the ...
- Thu Oct 31, 2013 9:40 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: What is the difference b/w Index and subscript?
- Replies: 5
- Views: 5665
What is the difference b/w Index and subscript?
Hi,
What is the main difference between Index and subscript? I read some differences about them online but they are confusing. Can someone please brief them in a layman language.
What is the main difference between Index and subscript? I read some differences about them online but they are confusing. Can someone please brief them in a layman language.