Search found 48 matches

by KavalJeet
Wed Mar 05, 2014 4:05 pm
Forum: JCL - Job Control Language.
Topic: Copy data from mainframe into notepad using JCL.
Replies: 4
Views: 2956

Copy data from mainframe into notepad using JCL.

Hi,

If I've a data set which have some data. I want to copy the same data into notepad using JCL. Is it possible? if possible, what is the best way to do it?
by KavalJeet
Sun Jan 12, 2014 4:43 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: PIC 9(3) vs PIC S9(3).
Replies: 4
Views: 2251

PIC 9(3) vs PIC S9(3).

Hi,

If both of these have positive numbers - is PIC 9(3) same as PIC S9(3)?
by KavalJeet
Mon Dec 30, 2013 12:50 am
Forum: Polls and Ideas.
Topic: Should we get "Thanks for the post" feature back?
Replies: 16
Views: 4901

Re: Should we get "Thanks for the post" feature back?

Initially when I used I like the idea - get it back if possible. where did it go, by the way?
by KavalJeet
Mon Dec 30, 2013 12:49 am
Forum: AppStore & Mainframes, Simulators and Emulators.
Topic: Getting mainframe working at home.
Replies: 1
Views: 3100

Getting mainframe working at home.

Hi,

What tools I should be equipped with to get a working "mainframe simulator" at my personal computer wile I'm not working for any company?

Are there any limitations on that or I can get working virtually everything on a home grown mainframe connection?
by KavalJeet
Sun Oct 13, 2013 8:39 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: Include and not-include records in output.
Replies: 5
Views: 2188

Include and not-include records in output.

Hi,

Can we use the SKIPREC=n but not omit the record from the output file. Perhaps I'm not able to put things better in words so I'll show an example:

Input:

Code: Select all

999 
666
333 
111 
222 
Expected Output:

Code: Select all

999 
111 
222 
333 
666
by KavalJeet
Sun Oct 13, 2013 8:34 pm
Forum: Scheduling Software for MVS, OS/390 and zOS
Topic: How to find all the Scheduled Job in CA-7?
Replies: 1
Views: 2045

How to find all the Scheduled Job in CA-7?

Hi,

Is there any command to find all the dummy and or scheduled Jobs in CA-7?
by KavalJeet
Sun Oct 13, 2013 8:28 pm
Forum: Scheduling Software for MVS, OS/390 and zOS
Topic: Queues and Structure in CA-7.
Replies: 1
Views: 2020

Queues and Structure in CA-7.

Hi,

Could any one please let me know the following:

1- Are there any other queues in CA-7 apart from REQ, RDY, ACT?
2- What is the flow/structure of job in these queues, I mean - will that differ?
by KavalJeet
Mon Jul 01, 2013 7:16 pm
Forum: Interview Questions.
Topic: Please help me with the answers...
Replies: 3
Views: 1800

Please help me with the answers...

These are the questions I've been asked in a recent interview: How to eliminate the duplicate records in a file using JCL? Can we call one catalog proc to another catalog proc, if yes how can we do that? when we get SE37,SB37,SD37? What is the purpose of the IEBEDIT utility? What is the record lengt...

Go to advanced search