from JCL to REXX



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Re: from JCL to REXX

Postby sergeyken » Fri Sep 22, 2023 11:51 pm

mehi1353 wrote:Hello again,

it works fine, just when th first argument has not any Blanks.

When I for example use this entry:

// SET LAUFNUMM='MAY 1983'
// SET ACCOUNT='MEHRDAD RASTEGAR'

I receive this output:

LAUFNUMM= MAY
ACCOUNT= 1983 MEHRDAD RASTEGAR

In rexx, I had used: PARSE ARG LAUFNUMM ACCOUNT

Special Thanks,
and
All the best


1. Please!!!!! Learn how to use the Code button in your postings!!!!!

2. I recommend you to RTFM about PARSE statement options, and about REXX features in general.
I cannot repeat here the REXX guide in full.
And you should not ask the Forum about every and each specific option, especially about the basic ones.

Javas and Pythons come and go, but JCL and SORT stay forever.
User avatar
sergeyken
 
Posts: 409
Joined: Wed Jul 24, 2019 10:12 pm
Has thanked: 6 times
Been thanked: 40 times

Re: from JCL to REXX

Postby sergeyken » Sun Sep 24, 2023 12:51 am

Javas and Pythons come and go, but JCL and SORT stay forever.
User avatar
sergeyken
 
Posts: 409
Joined: Wed Jul 24, 2019 10:12 pm
Has thanked: 6 times
Been thanked: 40 times

Re: from JCL to REXX

Postby sergeyken » Mon Sep 25, 2023 3:33 am

BTW, your initial issue was about using JCL (and under JCL category).

Later you switched to available REXX options.

So, do you have problems with JCL? Or with REXX? Or with computers in general?
Javas and Pythons come and go, but JCL and SORT stay forever.
User avatar
sergeyken
 
Posts: 409
Joined: Wed Jul 24, 2019 10:12 pm
Has thanked: 6 times
Been thanked: 40 times

Previous

Return to JCL

 


  • Related topics
    Replies
    Views
    Last post