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 97 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Difference Between CA-JOBTRAC & CA7/CA11
pzmohanty

Replies: 1
Views: 2886

PostForum: Job Control Language(JCL)   Posted: Wed Sep 12, 2007 2:10 pm   Subject: Difference Between CA-JOBTRAC & CA7/CA11
Hi ,

Can anybody explain what is the difference in terms of functionality between CA-JOBTRAC & CA7/CA11.

Also when to use what.


Thanx in advance.
PRM
  Topic: how to search all the existence of data using BINARY SEARCH
pzmohanty

Replies: 11
Views: 5716

PostForum: Application Programming   Posted: Tue Aug 15, 2006 10:25 am   Subject: how to search all the existence of data using BINARY SEARCH
hi Kolusu,


it will find the first key depending on the algorithm. Once key is found you need to search manually up and down for all other duplicates.


but as we know the table automatically g ...
  Topic: how to search all the existence of data using BINARY SEARCH
pzmohanty

Replies: 11
Views: 5716

PostForum: Application Programming   Posted: Tue Aug 15, 2006 7:59 am   Subject: how to search all the existence of data using BINARY SEARCH
Hi Kolusu,

Yes , my question is if my table data has duplicate entries , then is it possible to find all the entries satisfying the condition using BINARY SEARCH of cobol.
  Topic: how to search all the existence of data using BINARY SEARCH
pzmohanty

Replies: 11
Views: 5716

PostForum: Application Programming   Posted: Tue Aug 15, 2006 7:42 am   Subject: how to search all the existence of data using BINARY SEARCH
Hi all,

When I am saying BINARY SEARCH...I am talking about BINARY SEARCH facility of COBOL ( SEARCH ALL ).
  Topic: how to search all the existence of data using BINARY SEARCH
pzmohanty

Replies: 11
Views: 5716

PostForum: Application Programming   Posted: Tue Aug 15, 2006 7:41 am   Subject: how to search all the existence of data using BINARY SEARCH
Hi ofer71,

thanks for the early reply.....

But my original question is still unanswered.....
Can we find all the occurences of a data in the table using BInary Search..
  Topic: how to search all the existence of data using BINARY SEARCH
pzmohanty

Replies: 11
Views: 5716

PostForum: Application Programming   Posted: Tue Aug 15, 2006 6:57 am   Subject: how to search all the existence of data using BINARY SEARCH
Hi All,

We all know that we can search for all the occurence of a condition in a table using LINEAR search by using following code :-

MOVE 'N' TO END-OF-TABL.
SET WS-IDX TO 1.
PERFORM U ...
  Topic: SELECT OPTIONAL clause in FILE CONTROL SECTION
pzmohanty

Replies: 4
Views: 4264

PostForum: Application Programming   Posted: Sun Aug 13, 2006 1:46 pm   Subject: SELECT OPTIONAL clause in FILE CONTROL SECTION
Hi Kolusu,

Continuing with OPTIONAL option of SELECT clause, we can have OPTIONAL clause if a file is opened in INPUT / I-O / EXTEND mode and at the run time file gets created and also get deleted ...
  Topic: question about file status
pzmohanty

Replies: 1
Views: 1107

PostForum: Application Programming   Posted: Sun May 21, 2006 5:46 am   Subject: question about file status
Hi issac1029,

Before using a FILE-STATUS variable , there are 2 preconditions :-
a) The FILE-STATUS varibale must be made associated with corresponding file in ENVIRONMENT DIVISION using :
S ...
  Topic: What does ASP stands for from which JES-3 evolved
pzmohanty

Replies: 3
Views: 1816

PostForum: Job Control Language(JCL)   Posted: Thu May 18, 2006 1:18 pm   Subject: What does ASP stands for from which JES-3 evolved
Thanks a lot Bill , the article does put my dillema to rest.
  Topic: What does ASP stands for from which JES-3 evolved
pzmohanty

Replies: 3
Views: 1816

PostForum: Job Control Language(JCL)   Posted: Thu May 18, 2006 12:12 pm   Subject: What does ASP stands for from which JES-3 evolved
Hi all,

The question seems to be trivial , but at one place ASP is expanded as (Asymmetric Multiprocessing System) & in another place it is defined as (Attached Support Processor) and I am not ...
  Topic: Loading a DB2 table containing VARCHAR field
pzmohanty

Replies: 3
Views: 2836

PostForum: Database   Posted: Mon Apr 24, 2006 7:27 am   Subject: Loading a DB2 table containing VARCHAR field
Hi Kolusu,

Thanks a lot for prompt reply.

I have couple of further questions.

a) Here is my SYSPUNCH content.
VER_DT POSITION( 176 )
D ...
  Topic: Loading a DB2 table containing VARCHAR field
pzmohanty

Replies: 3
Views: 2836

PostForum: Database   Posted: Mon Apr 24, 2006 2:22 am   Subject: Loading a DB2 table containing VARCHAR field
Hi all,

I had downloaded a DB2 table( which contains a VARCHAR field) into a flat file.

Lets say the field in DB2 table whihc is defined as VARCHAR is ADDRESS.
Lets say I unloaded a single rec ...
  Topic: Cloning CA7 Setup from one region to another
pzmohanty

Replies: 0
Views: 960

PostForum: Job Control Language(JCL)   Posted: Wed Apr 12, 2006 1:56 am   Subject: Cloning CA7 Setup from one region to another
Hi all,

We have a specific application( all set of jobs pertaining to this application ) , which has a SETUP in CA7 for Production region.

My requirement is to clone the exact CA7 setup of that ...
  Topic: How to count duplicate records
pzmohanty

Replies: 11
Views: 16478

PostForum: Utilities   Posted: Thu Apr 06, 2006 12:32 pm   Subject: How to count duplicate records
Hi Kolusu,

Yeah , I got your point .

Now , I clearly understood why it is preferable to use TRAILER option instead of SUM FIELDS.

Thanks a lot
  Topic: How to count duplicate records
pzmohanty

Replies: 11
Views: 16478

PostForum: Utilities   Posted: Thu Apr 06, 2006 12:03 pm   Subject: How to count duplicate records
hi hikernh,

here is another way of achieving the same goal.

//STEP1 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORT ...
 
Page 1 of 7 Goto page 1, 2, 3, 4, 5, 6, 7  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group