Search found 9 matches

by Harsh Deol
Fri Dec 09, 2022 6:21 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Can we write our own compiler?
Replies: 1
Views: 1060

Can we write our own compiler?

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?
by Harsh Deol
Fri Dec 09, 2022 6:19 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: IGYCRCTL and GnuCOBOL.
Replies: 3
Views: 1556

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?
by Harsh Deol
Sat Jul 17, 2021 11:11 am
Forum: Interview Questions.
Topic: adding columns to the same table at a time.
Replies: 1
Views: 419

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.
by Harsh Deol
Sat Jul 17, 2021 11:10 am
Forum: Interview Questions.
Topic: how to run second step first and first step next??
Replies: 1
Views: 410

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.
by Harsh Deol
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: 2034

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?
by Harsh Deol
Sat Jul 17, 2021 11:02 am
Forum: JCL - Job Control Language.
Topic: Compress the loadlib PDS.
Replies: 2
Views: 1326

Re: Compress the loadlib PDS.

Thanks Robert. That's what we have done, Thanks for your time.
by Harsh Deol
Mon Jul 31, 2017 4:15 pm
Forum: JCL - Job Control Language.
Topic: Compress the loadlib PDS.
Replies: 2
Views: 1326

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 . . ...

Go to advanced search