you would need to start a system 36 session,,, via keying STRS36,,, which at that point, you should have the 36 commands available.. Don't forget to do and ENDS36,, when you are finnished..
Yes, I know how to do that...
Here's the problem
I was working on a DATE command to display the date in your session window in native environment, and now the DATE command in s/36 mode has stopped working. I can only assume the command I created with the same name in in native mode has somehow affected the date command in 36 mode, so I want to know where on the system the 36 procedures for those commands are actually stored so I can determine if this is true or not.
Oddly enough, I did the same thing with the time command and it caused no problem.
I created a time command in native mode and it works fine, and the time command in 36 mode still does it's thing no problem.
So I'm kind of in a pickle here....
I heard a story once about a S/36 guy who created a procedure to dial out for remote support. He named it CALL. Of course, this cause chaos on the AS/400 it was ported to...
You need to rename one of them.
"When once you have tasted flight, you will forever walk the Earth with your eyes turned skyward, for here you have been, and there you will always long to return."
I solved this problem so here's the answer
I had created a command named 'DATE' to run in native mode and it was stored in the qs36prc lib. Apparently the system checks that library before qsys when running a system command in 36 mode, so it was trying to call my procedure, which I hadn't even finished writing.
I renamed the object and the problem was solved...
LESSON:
Unless you have a great reason to name a command the same as an IBM supplied command, DONT DO IT =)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.