Search found 66 matches

by utkarsh
Mon Apr 22, 2024 9:28 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: checkpoint in cobol program?
Replies: 1
Views: 83
India

checkpoint in cobol program?

Hi,

Could any one answer this question

How do you use checkpoint in cobol program?
by utkarsh
Mon Apr 22, 2024 9:15 pm
Forum: Interview Questions.
Topic: copy data from vsam to ps
Replies: 2
Views: 102
India

copy data from vsam to ps

Hi,

Apart from using repro, is it possible to copy data from vsam to ps in any other way?
by utkarsh
Mon Aug 07, 2023 9:51 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: What is a "DNS lookup"?
Replies: 4
Views: 4194
India

Re: What is a "DNS lookup"?

Thanks Robert. Never thought a DNS look-up could be required in mainframes too.
by utkarsh
Mon Aug 07, 2023 9:45 am
Forum: CICS, Middleware and MQ Series.
Topic: Check if the CICS region is down or up?
Replies: 4
Views: 1066
India

Re: Check if the CICS region is down or up?

Thanks zum13. This is working, will do more test.

I asked one of my known, he said run any command of CICS in batch, capture the return code, if it fails, region is down, like you said.

Is it common to run CICS commands in batch? Even if not, how can we run a CICS command in batch?
by utkarsh
Mon Aug 07, 2023 9:43 am
Forum: Ask for Job Guidance and referrals here.
Topic: How many days DXC takes to release offer letter after HR round discussion?
Replies: 1
Views: 876
India

Re: How many days DXC takes to release offer letter after HR round discussion?

Usually 2 to 3 weeks they take. You should write an email to the hiring HR, they should help you.
by utkarsh
Fri Aug 04, 2023 4:20 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: What is a "DNS lookup"?
Replies: 4
Views: 4194
India

Re: What is a "DNS lookup"?

Thanks zum13, this helps a lot. Understood.

How does this lookup for IPv4 and IPv6 applies to mainframes? Do they?
by utkarsh
Fri Aug 04, 2023 3:55 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: How to find out who edited PS file?
Replies: 9
Views: 2798
India

Re: How to find out who edited PS file?

Thanks zum13.

But this is very expensive specially when you earn in rupees. Not sure if we can ever create an environment for personal learning.
by utkarsh
Thu Aug 03, 2023 1:42 pm
Forum: DevOps for Mainframes and related news
Topic: SSH to mainframe from personal laptop.
Replies: 8
Views: 2361
India

Re: SSH to mainframe from personal laptop.

I think you can not SSH to mainframes.
by utkarsh
Thu Aug 03, 2023 1:36 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: What is a "DNS lookup"?
Replies: 4
Views: 4194
India

What is a "DNS lookup"?

Hi,

What is a "DNS lookup"?

I am going through some of the topics I discussed here in past and got a question on this one: viewtopic.php?p=19219#p19219

What does "DNS lookup" mean?
by utkarsh
Thu Aug 03, 2023 1:33 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: How to find out who edited PS file?
Replies: 9
Views: 2798
India

Re: How to find out who edited PS file?

Thanks Robert. I was looking for this information and got to this topic, again. I have bit odd question, how can we really try to become more knowledgeable with RACF. I am a programmer and would like to learn and practice about RACF but my company won't allow that. As I work from offshore and they d...
by utkarsh
Thu Aug 03, 2023 1:28 pm
Forum: Interview Questions.
Topic: COBOL interview question on PERFORM VARYING.
Replies: 4
Views: 1223
India

Re: COBOL interview question on PERFORM VARYING.

Thanks Robert. I tried downloaded GnuCOBOL, installing it and I can not make it work. Instructions are not very clear. Could you or someone guide on how to install GnuCOBOL on laptop?
by utkarsh
Thu Aug 03, 2023 1:26 pm
Forum: CICS, Middleware and MQ Series.
Topic: Check if the CICS region is down or up?
Replies: 4
Views: 1066
India

Re: Check if the CICS region is down or up?

Is there no way using which we can check if the CICS region is down or up, in batch?
by utkarsh
Sun Jul 30, 2023 6:36 pm
Forum: CICS, Middleware and MQ Series.
Topic: Check if the CICS region is down or up?
Replies: 4
Views: 1066
India

Check if the CICS region is down or up?

Good day

I have one query
How to check if a job needs to run when the cics region is up or down if is having IMS data base?
by utkarsh
Fri Jun 30, 2023 2:27 pm
Forum: Interview Questions.
Topic: COBOL interview question on PERFORM VARYING.
Replies: 4
Views: 1223
India

Re: COBOL interview question on PERFORM VARYING.

Thank you for your detailed explnation, really helpful.

Is it possible to test such cases on personal computer as these days I am on bench and don't have mainframe access.
by utkarsh
Mon Jun 19, 2023 12:05 pm
Forum: Interview Questions.
Topic: COBOL interview question on PERFORM VARYING.
Replies: 4
Views: 1223
India

COBOL interview question on PERFORM VARYING.

Hi,

Please guide on this interview question, What is the content of RESULT after execution of the following COBOL instruction. The start value of RESULT is 0.

Code: Select all

PERFORM VARYING C FROM 1 BY 1 UNTIL C = 6
ADD 1 TO RESULT
END-PERFORM
by utkarsh
Tue Dec 18, 2018 7:19 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: How to find out who edited PS file?
Replies: 9
Views: 2798
India

Re: How to find out who edited PS file?

Thanks. But is it RACF or SMF?
by utkarsh
Mon Dec 17, 2018 2:41 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: FTP to a path and not to IP.
Replies: 7
Views: 3208
India

Re: FTP to a path and not to IP.

Robert Sample wrote: Sat Jun 02, 2018 7:39 amIf you need to hide the IP address, then FTP is not the mechanism to use. SFTP will not provide human-readable logs but it requires additional system set up (on both ends) to be usable.
Thanks Robert.
by utkarsh
Mon Dec 17, 2018 2:39 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Difference between FTP and SFTP?
Replies: 2
Views: 1716
India

Re: Difference between FTP and SFTP?

Thank you so much, Robert.
by utkarsh
Mon Dec 17, 2018 2:38 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: How to find out who edited PS file?
Replies: 9
Views: 2798
India

Re: How to find out who edited PS file?

If by "ps file" you mean a sequential MVS data set: To find out who edited a data set in the past, you'll need to pull in the SMF records (type 15 for output in particular) to find the user id. If you want to track this for future edits, work with your site support group to have RACF reco...

Go to advanced search