Author |
Message |
Topic: VSAM Status code 96 |
hariavinash
Replies: 6
Views: 9058
|
Forum: Application Programming Posted: Thu Apr 19, 2007 10:54 am Subject: VSAM Status code 96 |
There is a COMMA after the DISP parm. take that out.
cheers |
Topic: dfhenter |
hariavinash
Replies: 1
Views: 1455
|
Forum: CICS and Middleware Posted: Tue Dec 12, 2006 12:44 pm Subject: dfhenter |
can you not run the code through testing tools like smarttest/expeditor/intertest and force dfhenter with a break.?
cheers |
Topic: Sending Email from mainframe |
hariavinash
Replies: 2
Views: 4955
|
Forum: Other Technical Topics Posted: Thu Nov 30, 2006 12:35 pm Subject: Sending Email from mainframe |
bade_miya,
Unless there is an SMTP setup in your shop, i do not think there is nothing stopping you from sending email with the example shown above. do you mind posting the actual jcl in the forum. ... |
Topic: Interview Questions |
hariavinash
Replies: 1
Views: 5731
|
Forum: Interview Q & A Posted: Fri Nov 10, 2006 7:13 am Subject: Interview Questions |
1)
//STEPA EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
PRINT INDATASET(PWSX.N5HAVI2.MODEL.LIST.NOMATCH.NY) COUNT(1)
//*
//IFSTEPB IF STEPA.RC=0
NEXT STEPS....
//ENDIF ENDI ... |
Topic: LINKEDIT problem |
hariavinash
Replies: 2
Views: 5679
|
Forum: Job Control Language(JCL) Posted: Mon Oct 30, 2006 9:06 am Subject: LINKEDIT problem |
hi bill, thanks for the quick reply.
oops that was sys1.db2.dsnload is missing. i hardly noticed it in the jcl.
thanks for pointing it out.
cheers
Avi |
Topic: LINKEDIT problem |
hariavinash
Replies: 2
Views: 5679
|
Forum: Job Control Language(JCL) Posted: Mon Oct 30, 2006 8:29 am Subject: LINKEDIT problem |
Hi, i get the following error on linkedit a cobol.db2 pgm. can u please help me find out wats wrong. This is a coboldb2 program
this is the linkedit jcl i used
27 //LKED EXEC PGM=IEWL,PARM='MA ... |
Topic: Server Move Completed |
hariavinash
Replies: 12
Views: 18549
|
Forum: MVSFORUMS - Announcements Posted: Tue Jul 18, 2006 10:01 am Subject: Server Move Completed |
kolusu,
I feel the difference. its far better now, shekar123 could it be your connection speed that makes the page loading slower? juist wondering
cheers |
Topic: Assembler calling a COBOL module |
hariavinash
Replies: 2
Views: 1997
|
Forum: Application Programming Posted: Fri Jun 23, 2006 8:43 am Subject: Assembler calling a COBOL module |
thanks a lot kolusu.
much appreciated
cheers |
Topic: Assembler calling a COBOL module |
hariavinash
Replies: 2
Views: 1997
|
Forum: Application Programming Posted: Fri Jun 23, 2006 8:22 am Subject: Assembler calling a COBOL module |
Hi fellas,
i have searched far and wide, not getting the right answer i am looking for.
1. Can a COBOL module(no files, no storing, just validation) be called from Aseembler? My thought process s ... |
Topic: how to check the record count |
hariavinash
Replies: 6
Views: 8315
|
Forum: Job Control Language(JCL) Posted: Thu May 18, 2006 10:12 am Subject: how to check the record count |
oops, i should have tested. thanks for correcting it kolusu.
cheers |
Topic: how to check the record count |
hariavinash
Replies: 6
Views: 8315
|
Forum: Job Control Language(JCL) Posted: Thu May 18, 2006 7:40 am Subject: how to check the record count |
STEP010 EXEC PGM=IDCAMS
SYSPRINT DD SYSOUT=*
SYSIN DD *
PRINT INDATASET(dataset.name) COUNT(2)
this jcl will check for maximum 2 records in the file assuming its header and trailer.
if ... |
Topic: Advice on preparing for tech interviews |
hariavinash
Replies: 2
Views: 2781
|
Forum: Interview Q & A Posted: Wed May 10, 2006 2:30 pm Subject: Advice on preparing for tech interviews |
this forum is a very good place for you to start with. go thru the different topics provided, and the techincal problems posed and the solutions suggested, if you are looking for a technical answer fo ... |
Topic: Move statement after SET statement |
hariavinash
Replies: 6
Views: 2626
|
Forum: Application Programming Posted: Tue May 09, 2006 9:53 am Subject: Move statement after SET statement |
Suma,
Few things i'd do on this are..
recompile (making sure the compile is expeditor compile), kill all the breaks previously set in the expeditor session, reload the module and redo the break po ... |
Topic: Replace binary data with spaces |
hariavinash
Replies: 2
Views: 1622
|
Forum: Utilities Posted: Tue May 09, 2006 5:51 am Subject: Replace binary data with spaces |
lacoe1,
Is the data position same for all the records with binary data.
cheers |
Topic: need to remove SORT on the command prompt |
hariavinash
Replies: 2
Views: 1958
|
Forum: Job Control Language(JCL) Posted: Mon May 08, 2006 7:22 am Subject: need to remove SORT on the command prompt |
SORT on DDNAME or StepName or ProcStep.
that will solve.
cheers
Avi |
|