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 26 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Value in dataset passed as a PARM to the JCL steps
to_agrawals

Replies: 6
Views: 9720

PostForum: Job Control Language(JCL)   Posted: Thu Sep 01, 2005 2:03 pm   Subject: Value in dataset passed as a PARM to the JCL steps
Sorry if I confused. Here is what I want:


//MWWZ013 JOB (PR,99,2,40,0),'XCXCXCXC',
// CLASS=6,
// MSGCLASS=X
//* **************************************************** ...
  Topic: Value in dataset passed as a PARM to the JCL steps
to_agrawals

Replies: 6
Views: 9720

PostForum: Job Control Language(JCL)   Posted: Thu Sep 01, 2005 12:09 pm   Subject: Value in dataset passed as a PARM to the JCL steps
This can be best explained as an example. Suppose there is a dataset ABC.DEF.GHI.JKL has a numeric number 5000 in it.

I need to pass this value to the instream data in a JCL in more than 1 step. Th ...
  Topic: Can I update/erase data using OLQ..?
to_agrawals

Replies: 2
Views: 2300

PostForum: Database   Posted: Fri Sep 19, 2003 12:20 am   Subject: Can I update/erase data using OLQ..?
Hi Team,
Simply put, can we do any other activity besides retreiving data using OLQ....I mean can we modify, erase data using OLQ..?
When I logon to OLQ, the messages I get are:

quote:
-------- ...
  Topic: IDMS status code 0370
to_agrawals

Replies: 3
Views: 4740

PostForum: Database   Posted: Tue Sep 16, 2003 3:30 am   Subject: IDMS status code 0370
Hi,
It seems that you have pasted the result of the errorassit. I have also seen these reasons. I tried to change the blocksize of uotput file as 4096K and 2048K but the error persists. If you hav ...
  Topic: IDMS status code 0370
to_agrawals

Replies: 3
Views: 4740

PostForum: Database   Posted: Tue Sep 16, 2003 1:28 am   Subject: IDMS status code 0370
Hi Team,
Does anyone have any idea about IDMS error code 0370..? The explaination I got for IDMS error code 03-70 is "File will not open properly. DMCL page size does not match physical block-size ...
  Topic: 24-31 bit addressing
to_agrawals

Replies: 5
Views: 10553

PostForum: Application Programming   Posted: Mon Sep 01, 2003 4:46 am   Subject: 24-31 bit addressing
As far as I think, this problem surfaces in programs which are written in AMODE 24 and call programs written in AMODE 31. This creates problems. I too would like to know more about this and check if m ...
  Topic: Symbolic Parameters and Overriding Parameters
to_agrawals

Replies: 1
Views: 1765

PostForum: Application Programming   Posted: Mon Sep 01, 2003 4:40 am   Subject: Symbolic Parameters and Overriding Parameters
Overriding parameters deals with overriding a specific DD parameters given in a proc by coding an overriding statement in the JCL. Symbolic parameter are the parameters which we specify in any DD stat ...
  Topic: Difference Between Perform para and Perform Section
to_agrawals

Replies: 1
Views: 1377

PostForum: Application Programming   Posted: Mon Sep 01, 2003 4:37 am   Subject: Difference Between Perform para and Perform Section
Perform para will explicitly perform a particular para out of the many paras possible within a section whereas perform a section implies performing all the paras within a section.
Hope this clears..! ...
  Topic: Driving an IDMS/ADSO application thru REXX
to_agrawals

Replies: 8
Views: 3921

PostForum: TSO and ISPF   Posted: Fri Aug 01, 2003 2:01 am   Subject: Driving an IDMS/ADSO application thru REXX
Hey,
This sounds helphul as we are also having Hummingbird here....Please tell me more/send me some samples...!! Sad

Thanks
Saurabh
  Topic: Call a REXX exec from another REXx exec
to_agrawals

Replies: 3
Views: 2586

PostForum: TSO and ISPF   Posted: Thu Jul 31, 2003 5:15 am   Subject: Call a REXX exec from another REXx exec
Hi Team,
Can we call a REXX exec from another REXX exec?

Here are 2 simple codes:

CODE1

/** REXX **/
SAY 'I AM IN PROGRM ONE'
ADDRESS TSO "TSOEXEC CALL 'PQ00.LMS.UAGARS1.L0EXELIB(EXP ...
  Topic: What is SYSOUT=S
to_agrawals

Replies: 3
Views: 4442

PostForum: Job Control Language(JCL)   Posted: Tue Jul 29, 2003 11:54 pm   Subject: What is SYSOUT=S
In addition, just curious, can we specify more than one SYSOUT options for a output...I mean suppose I wish that an output should go to printer and as well get written to a file, what would the sysout ...
  Topic: What is SYSOUT=S
to_agrawals

Replies: 3
Views: 4442

PostForum: Job Control Language(JCL)   Posted: Tue Jul 29, 2003 11:52 pm   Subject: What is SYSOUT=S
Hi Team,
Just curious, what does SYSOUT=S signify. I mean where does the output go...? Question

We have a code which looks like :



//OREPORT1 DD,SYSOUT=&RPT1B20,,
// DCB=(RECF ...
  Topic: Driving an IDMS ADSO application by ADSO programming.
to_agrawals

Replies: 1
Views: 1346

PostForum: Database   Posted: Mon Jul 28, 2003 1:13 am   Subject: Driving an IDMS ADSO application by ADSO programming.
Hi team,
This is regarding an application we have in IDMS/ADSO. There are a lot of COBOL IDMS codes written which do the actual processing at the backend.

Can an ADSO program drive such an appli ...
  Topic: Driving an IDMS/ADSO application thru REXX
to_agrawals

Replies: 8
Views: 3921

PostForum: TSO and ISPF   Posted: Fri Jul 25, 2003 3:24 am   Subject: Driving an IDMS/ADSO application thru REXX
Hi,
Thanks Cogito for your inputs.
Dibakar, just curious...what you have written about the emulator, is is something you feel or something you have actually achieved.
This I am asking because wh ...
  Topic: Driving an IDMS/ADSO application thru REXX
to_agrawals

Replies: 8
Views: 3921

PostForum: TSO and ISPF   Posted: Fri Jul 25, 2003 1:57 am   Subject: Driving an IDMS/ADSO application thru REXX
Hi Cogito,
Thanks for your response. We actually wish to do a regression testing of the application. Running a macro will be suitable to go through the screens, you are right. But then an end to e ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group