rexx execio using the stack

Ask/Clarify the questions on TSO, CLIST & REXX

Moderators: Veera, Moderator Group

Locked
nouroog
Member
Posts: 1
Joined: Thu Jul 11, 2013 11:38 pm

rexx execio using the stack

Post by nouroog » Fri Jul 12, 2013 12:17 am

When I run this REXX code

/* REXX */
DSN = "FTXPRODN.PROD.DATASET"
ADDRESS TSO
"ALLOC FI(ECBLLIST) DA('"DSN"') SHR"
"EXECIO * DISKR ECBLLIST"

I get these messages

IKJ56500I COMMAND TS02JGA NOT FOUND
IKJ56500I COMMAND TS02JGB NOT FOUND
IKJ56500I COMMAND TS02JGC NOT FOUND
IKJ56500I COMMAND TS02JGD NOT FOUND

Reading a flat file containing the following data.

TS02JGA
TS02JGB
TS02JGC
TS02JGD

Apparently the data in the file is being treated as
commands when read to and from the stack.
But why. What is going on here.
I can use pull, stem var's or delstack eliminate the messages.
But if I do it this way what is happening. Just curious

Morgan
Member
Posts: 1
Joined: Fri Mar 14, 2014 3:58 pm

Post by Morgan » Fri Mar 14, 2014 5:35 pm

any example of handling files in rexx.

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

Post by DikDude » Fri Mar 14, 2014 9:29 pm

Why have you replied to an old, inactive topic that is not the same as your question?

Please start a new topic with a proper subject (do not just say "rexx help".

Explain what "handling" you want to do. Show a sample of the daqta you want to work with.

This topic is being locked.
Have a good one

Locked

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