MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 13 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Job to bypass MAXXCC 4
adarsh444

Replies: 5
Views: 4194

PostForum: Job Control Language(JCL)   Posted: Thu Nov 27, 2008 1:30 am   Subject: Job to bypass MAXXCC 4
it displays JOB TERMINATED BY CCCHK STOP REQUEST.

I want to bypass this error.
  Topic: Job to bypass MAXXCC 4
adarsh444

Replies: 5
Views: 4194

PostForum: Job Control Language(JCL)   Posted: Thu Nov 27, 2008 1:12 am   Subject: Job to bypass MAXXCC 4
i have a Job that failed with MAXXCC = 4 in STEP5 with unique constraint violation.
i want to bypass MAXXCC = 4 and would like to show the successful completion of Job even though it has unique const ...
  Topic: job to concatenate gdg's
adarsh444

Replies: 5
Views: 2690

PostForum: Job Control Language(JCL)   Posted: Tue Jun 24, 2008 12:24 am   Subject: job to concatenate gdg's
A daily job runs and a GDG generation is created every day.On the last day of the month, the job should rerun with all the generations created , by concatenating to a single GDG generation.Can anyone ...
  Topic: error during promotion
adarsh444

Replies: 2
Views: 3912

PostForum: Other Technical Topics   Posted: Thu Jul 26, 2007 7:08 am   Subject: error during promotion
sorry....
it's changeman we r using
while promoting a package i am getting the Promotion Alert window pops up with msg
A previous request for this site has not completed

After doing Selective ...
  Topic: error during promotion
adarsh444

Replies: 2
Views: 3912

PostForum: Other Technical Topics   Posted: Thu Jul 26, 2007 6:47 am   Subject: error during promotion
while promoting a package i am getting.

A previous request for this site has not completed

giving MAXXCC = 8.
  Topic: Validation on data entered on map
adarsh444

Replies: 3
Views: 1893

PostForum: CICS and Middleware   Posted: Sat Mar 10, 2007 1:12 pm   Subject: Validation on data entered on map
I have to validate Customer and the code ranges entered by user on the map defined as an array.
WS-CUST-NAME(X(30)) occurs 20 times.
WS-FROM-CODE(X(04)) occurs 20 times.
WS-FROM-CODE(X(04)) occu ...
  Topic: Condition checking using NOT
adarsh444

Replies: 3
Views: 2308

PostForum: Application Programming   Posted: Wed Mar 07, 2007 3:07 am   Subject: Condition checking using NOT
I am not getting any error for the below condition
but this condition check fails.
Is not and or are not valid together.

IF WS1-SERVICE-NAME NOT = SPACES OR LOW-VALUES THEN
MOVE WS-E ...
  Topic: Query in ORDER By clause Using Fetch First
adarsh444

Replies: 3
Views: 2457

PostForum: Database   Posted: Wed Mar 07, 2007 2:31 am   Subject: Query in ORDER By clause Using Fetch First
I used the below query and it worked successfully with out any error
and now i am able to get the desired result.But wonder why it failed previously.Does it means that it can be used with correlated ...
  Topic: Query in ORDER By clause Using Fetch First
adarsh444

Replies: 3
Views: 2457

PostForum: Database   Posted: Sun Mar 04, 2007 1:47 am   Subject: Query in ORDER By clause Using Fetch First
I've got the following SQL in a Cobol/DB2 V7 program that is trying to
retrieve 1 row only using the FETCH FIRST 1 ROW ONLY clause using a
singleton select instead of a cursor.

EXEC SQL SELECT ...
  Topic: Date difference
adarsh444

Replies: 6
Views: 3283

PostForum: Application Programming   Posted: Thu Nov 02, 2006 11:15 am   Subject: Date difference
I want to calculate the difference between two dates in Cobol.
below code is not giving me the correct result.

ws-int-date1 PIC 9(8) value 20030924.
ws-int-date1 PIC ...
  Topic: Retrieving duplicates
adarsh444

Replies: 1
Views: 2223

PostForum: Interview Q & A   Posted: Sat Oct 14, 2006 5:06 am   Subject: Retrieving duplicates
I have the data in table as

NUMBER Ver Code Eff Dt
*****************************
0710001 00 00008 2005-04-12
0710002 00 00015 2005-04-12
0710003 00 00017 2005-04-12
0710003 00 00028 2005- ...
  Topic: Accessing Last But one element of TSQ
adarsh444

Replies: 4
Views: 2597

PostForum: CICS and Middleware   Posted: Sat Sep 23, 2006 7:34 pm   Subject: Accessing Last But one element of TSQ
We can also check the number of records in TSQ using CEBR command.
  Topic: conditon handling in cobol
adarsh444

Replies: 1
Views: 2831

PostForum: Interview Q & A   Posted: Sat Sep 23, 2006 7:09 pm   Subject: conditon handling in cobol
if a> b and b > c
set switch-a to true
end-if

if b> c and c > d
set switch-b to true
end-if

..
..
..
...
...
..
..
if x > y and y > z
set switch-x to true
end-if ...
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group