job submission by combining the rexx code with hiperstation

Ask/Clarify the questions on TSO, CLIST & REXX

Moderators: Veera, Moderator Group

Post Reply
polinati
Member
Posts: 3
Joined: Thu Jul 28, 2011 1:11 pm

job submission by combining the rexx code with hiperstation

Post by polinati » Thu Jul 28, 2011 1:29 pm

can we submit the job by combining the rexx code with hiperstation .when i started playing the script with combine code of rexx and hiperstation tags in cics region Iam getting the error "SYSTSIN IS NOT ALLOCATED"
My jcl is just to create the new PDS using IEFBR14 utility

Error message:

The input or output file SYSTSIN is not allocated. It cannot be opened
for I/O.

User avatar
dbzTHEdinosauer
Moderator
Posts: 981
Joined: Mon Oct 02, 2006 8:31 pm

Post by dbzTHEdinosauer » Thu Jul 28, 2011 3:36 pm

your fourth line in the script is the problem.
Dick Brenholtz
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.

polinati
Member
Posts: 3
Joined: Thu Jul 28, 2011 1:11 pm

Post by polinati » Thu Jul 28, 2011 4:12 pm

Dick thanks for the quick reply..

What do you exactly mean by fourth line in script

DikDude
Moderator
Posts: 1001
Joined: Fri Jul 22, 2011 8:39 am
Location: usa

Post by DikDude » Thu Jul 28, 2011 9:53 pm

Dick means that if you provide nothing to work with, no one can help. . .

The error is rather self-explanitory. . .

If you have not yet done so, you need to talk with your cics support or some senior on your project to find out if what you want to do is permitted on your system.
Have a good one

polinati
Member
Posts: 3
Joined: Thu Jul 28, 2011 1:11 pm

Post by polinati » Fri Jul 29, 2011 3:12 pm

Hi Dick below is the combine code of hyperstation tags and rexx which i played using hyperstation tool.The script was played and the values are entered in CICS screens after that the job was not submitted and got the error message "SYSTSIN IS NOT ALLOCATED"


<INIT SECTION>
<QREPLY>
<QRC>"88001781810100005000180101400400" /*h..aa...&.... ..*/
<QRC>"00F003000C180780001181A600000B01" /*.0........aw....*/
<QRC>"00005000180050001800168186000800" /*..&...&....af...*/
<QRC>"F4F1F1F2F2F3F3F4F4F5F5F6F6F7F700" /*411223344556677.*/
<QRC>"0D81870400F0F1F1F2F2F4F400078188" /*.ag..0112244..ah*/
<QRC>"000102000681990000001B818582000C" /*.....ar....aeb..*/
<QRC>"18000000000700000002B900250100F1" /*...............1*/
<QRC>"03C30136000C819500001F401F400101" /*.C....an... . ..*/
<QRC>"000E81808081858687889599A6A8" /*..a..aefghnrwy */
</QREPLY>
</INIT END>
trace ?i
ADDRESS TSO
"SUBMIT 'P07056.SWATHI.JCL(TEST1)'"
SAY 'SUBMIT'
trace off

DikDude
Moderator
Posts: 1001
Joined: Fri Jul 22, 2011 8:39 am
Location: usa

Post by DikDude » Fri Jul 29, 2011 8:43 pm

What did your seniors or system support say?

The error is completely self-explanitory. . . The SYSTSIN DD has not been allocated. . . You will probably not be permitted to make this change yourself and will need to work with the support people - if what you want to do is permitted. . . It is surely possible (we do this all the time) but many organizations do not permit their online to submit batch jobs).
Have a good one

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others