Search found 52 matches

by maheshvamsi
Tue Nov 23, 2010 11:22 pm
Forum: Admin Announcements
Topic: DB2 QUICK START - FREE for Members
Replies: 81
Views: 154815

Hi Krishna, Thanks for unlocking db2 book for members.

can you please provide Password number 64.
by maheshvamsi
Wed Jun 16, 2010 11:03 pm
Forum: Suggestions & Feedback
Topic: What happened?
Replies: 3
Views: 7627

I too have same problems
by maheshvamsi
Tue Apr 27, 2010 3:50 pm
Forum: JCL
Topic: WER230A OUTREC FIELD OUTSIDE RANGE .......please help
Replies: 2
Views: 9258

OUTREC is trying to read more than record lenght of current input file.

Code: Select all

WER108I IN1 : RECFM=FB ; LRECL= 78; BLKSIZE= 27924 

Code: Select all

OUTREC BUILD=(38,4,8X,42,40,11X,116,6,121X,82,12, 
37X,94,22,739X,1001:C'BB') 
your input file is haivng record lenght of 78 only.
by maheshvamsi
Thu Apr 22, 2010 11:20 am
Forum: TSO, CLIST & REXX
Topic: Access DB2 region using rexx
Replies: 1
Views: 6872

http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.db29.doc.apsg/db2z_accessrexxlanguagesupportinterface.htm Sample Program: "SUBCOM DSNREXX" IF RC=0 THEN SAY 'DSNREXX IS AVAILABLE' ELSE DO SAY 'DSNREXX IS NOT AVAILABLE' SAY 'SUBCOM RC :' RC END IF RC THEN DO S_RC = RXS...
by maheshvamsi
Wed Oct 14, 2009 6:25 pm
Forum: JCL
Topic: fetch VSAM records
Replies: 1
Views: 3950

Please provide sample data and position where date field start.
by maheshvamsi
Sun Oct 11, 2009 11:52 am
Forum: ENDEVOR, COOLGEN , PANVALET and CA-7
Topic: Need Clarification on RESUB and RESTART commands in CA-7
Replies: 6
Views: 12385

in the restart screen in ca7 we will have three options 1. Resubmit from production 2. Force Completed 3. Restart 1. Resubmit from production: If you select this option , job will be resubmitted from first step. 2. Force Complete: if you select this Ca7 will treat that job has completed & it will st...
by maheshvamsi
Mon Sep 21, 2009 11:16 am
Forum: JCL
Topic: ebooks for mainframe beginners
Replies: 2
Views: 6939

check the mainframe tutorial link at the top of the site.

http://www.geocities.com/srcsinc/
by maheshvamsi
Sun Aug 30, 2009 3:11 pm
Forum: JCL INTERVIEW QUESTIONS
Topic: If a generation data set is specified as input without numb
Replies: 7
Views: 11301

Gousiya Mulla,

Just GDG Base is given...
by maheshvamsi
Wed Jul 29, 2009 3:16 pm
Forum: JCL
Topic: LISTCAT in JCL?
Replies: 4
Views: 9307

It will display all the information about the file. LISTC ALL ENT('MY.FILE') NONVSAM ------- MY.FILE IN-CAT --- ICFCAT.TESTCAT3 HISTORY DATASET-OWNER-----(NULL) CREATION--------2007.235 RELEASE----------------2 EXPIRATION------0000.000 ACCOUNT-INFO-----------------------------------&...
by maheshvamsi
Mon Jul 13, 2009 7:45 pm
Forum: COBOL
Topic: MATCHING REPORTS
Replies: 1
Views: 3352

Check below link, it will be help full for you.

http://www.mainframegurukul.com/Mainfra ... t=joinkeys
by maheshvamsi
Mon Jul 13, 2009 3:43 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Splitting a file by counting records
Replies: 2
Views: 7572

you can try below job: //JS15 EXEC PGM=SORT //SYSOUT DD SYSOUT=* //SORTIN DD DSN=INPUT FILE,DISP=SHR //X1 DD DSN=OUTPUT FILE1,DISP=SHR //X2 DD DSN=OUTPUT FILE2,DISP=SHR //X3 DD DSN=OUTPUT FILE3,DISP=SHR //X4 DD DSN=OUTPUT FILE4,DISP=SHR //X5 DD DSN=OUTPUT FILE5,DISP=SHR //X6 DD DSN=OUTPUT FILE6,DISP...
by maheshvamsi
Wed Jul 08, 2009 4:27 pm
Forum: JCL
Topic: Scheduling jobs in mainframes.
Replies: 1
Views: 4000

Ranjan are you using CA7 scheduler or any other?
by maheshvamsi
Tue Jul 07, 2009 3:14 pm
Forum: JCL
Topic: ignore the 3 columns from the inputfile/
Replies: 5
Views: 8331

Try using below sort card:

Code: Select all

 OPTION COPY                           
 INREC BUILD=(1,133)
by maheshvamsi
Tue Jun 23, 2009 11:52 am
Forum: JCL
Topic: How to concatenate records from two ps into one ps?
Replies: 28
Views: 60028

After seeing this I understood that you didnt have latest update. See below link from Frank: http://www.mainframegurukul.com/MainframeGuru/viewtopic.php?t=3982. I am also beginer in JCL or Sort. Still I am learning. Sorry to say this, Please wait till some experts of DFSORT check this link. They onl...
by maheshvamsi
Tue Jun 23, 2009 8:53 am
Forum: JCL
Topic: How to concatenate records from two ps into one ps?
Replies: 28
Views: 60028

Hi Nidhi,

If there are any errors, everyone can see them in sysout only. That is the reason everyone ask to post the sysouts.

Thats why if you post the SYSOUTs it will be easy for everyone.