Hi,
This is just a thought at this point in time but with some direction maybe I can do it.
Can we write our own compiler? I mean if I want to write a COBOL compiler, how can I get started? Could anyone guide please?
Search found 9 matches
- Fri Dec 09, 2022 6:21 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Can we write our own compiler?
- Replies: 1
- Views: 1213
- Fri Dec 09, 2022 6:19 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: IGYCRCTL and GnuCOBOL.
- Replies: 3
- Views: 2012
IGYCRCTL and GnuCOBOL.
Hi,
We know that COBOL compiler on mainframe uses IGYCRCTL as the program to compile a program. Is the same program used by any other compiler to compile the program? Like in GnuCOBOL what is used?
We know that COBOL compiler on mainframe uses IGYCRCTL as the program to compile a program. Is the same program used by any other compiler to compile the program? Like in GnuCOBOL what is used?
- Sat Jul 17, 2021 11:04 pm
- Forum: Interview Questions.
- Topic: Is there a possibility to delete the ps file records thru JCL and make the ps file a fresh for code availability??
- Replies: 7
- Views: 2497
Re: Is there a possibility to delete the ps file records thru JCL and make the ps file a fresh for code availability??
Hi Robert,
Thanks. Will DISP=SHR made a difference?
Thanks. Will DISP=SHR made a difference?
- Sat Jul 17, 2021 11:11 am
- Forum: Interview Questions.
- Topic: adding columns to the same table at a time.
- Replies: 1
- Views: 561
adding columns to the same table at a time.
Hi,
When two persons are adding columns to the same table at a time, what will happen? It's not data to the columns but columns it self using alter table command?
I could not answer this question too.
When two persons are adding columns to the same table at a time, what will happen? It's not data to the columns but columns it self using alter table command?
I could not answer this question too.
- Sat Jul 17, 2021 11:10 am
- Forum: Interview Questions.
- Topic: how to run second step first and first step next??
- Replies: 1
- Views: 554
how to run second step first and first step next??
Hi,
Another interview question which I could not answer was - how to run second step first and first step next?? Could you please help me with answer.
Another interview question which I could not answer was - how to run second step first and first step next?? Could you please help me with answer.
- Sat Jul 17, 2021 11:08 am
- Forum: JCL - Job Control Language.
- Topic: Error- EFC006I POSITIONAL PARAMETERS MUST BE SPECIFIED BEFORE KEYWORD PARAMeter
- Replies: 2
- Views: 1758
Re: Error- EFC006I POSITIONAL PARAMETERS MUST BE SPECIFIED BEFORE KEYWORD PARAMeter
Hi,
Did you get it solved? I think, what Anuj has said is the error.
Did you get it solved? I think, what Anuj has said is the error.
- Sat Jul 17, 2021 11:05 am
- Forum: Interview Questions.
- Topic: Is there a possibility to delete the ps file records thru JCL and make the ps file a fresh for code availability??
- Replies: 7
- Views: 2497
Is there a possibility to delete the ps file records thru JCL and make the ps file a fresh for code availability??
Hi,
Is there a possibility to delete the ps file records thru JCL and make the ps file a fresh for code availability??
I'm not sure how to do it? Had it been a VSAM dataset I could have used DELETE statement but can we use that with a sequential files also?
Is there a possibility to delete the ps file records thru JCL and make the ps file a fresh for code availability??
I'm not sure how to do it? Had it been a VSAM dataset I could have used DELETE statement but can we use that with a sequential files also?
- Sat Jul 17, 2021 11:02 am
- Forum: JCL - Job Control Language.
- Topic: Compress the loadlib PDS.
- Replies: 2
- Views: 1494
Re: Compress the loadlib PDS.
Thanks Robert. That's what we have done, Thanks for your time.
- Mon Jul 31, 2017 4:15 pm
- Forum: JCL - Job Control Language.
- Topic: Compress the loadlib PDS.
- Replies: 2
- Views: 1494
Compress the loadlib PDS.
Hi, We use a Load library with following attributes: Command ===> More: Data Set Name . . . . : TEST.LOADLIB General Data Current Allocation Management class . . : STANDARD Allocated tracks . : 2,045 Storage class . . . : TESTLIB Allocated extents . : 13 Volume serial . . . : LIBT0B Device type . . ...