In some of my macroes I would like to be able to tell whether the macro is invoked manually by the user typing its name on the command line or if it has been invoked by a command EDIT DATASET(..) MACRO(macro-name).
Is there a way an ISPF Edit macro can tell if it is invoked as an initial macro
55 Views Asked by Per Beliing At
0
There are 0 best solutions below
Related Questions in MACROS
- drop down list to decide which range my graph will plot
- Catia V5 Dynamic Hidden Line Removal With Macro Please Help Me
- Convert macro to a function but cannot concatenate inputs using std::stringstream
- Common Lisp: How to use a macro within a macro?
- How to remove the "*" in c++ macro args?
- Caused by : java. awt. HeadlessException
- When I click "enable macros" on my PowerPoint presentation, I get an error saying controls can't be activated. They're not registered on this computer
- SAS Macro Variables
- Generate unique type parameter in procedural derive macro
- unexpected interaction between macroexpand-1 and macrolet
- Can C macros be expanded in flex?
- External macro definition in header
- How to undefine and redefine a macro in C++?
- How to check if a macro argument is an integer literal in C
- How come clang and gcc don't produce a cast warning for this openssl macro, but do otherwise?
Related Questions in EDIT
- Lifecycle hooks not working in Edit function, Filament resource
- fabric.js reset polygon bounding box after a point is moved
- How to edit trashed item
- Editing data for a certain row CSV file Python
- How to create a PDF that is editable in the browser?
- how to group_by with tables' key name
- How to copy field from nested object inside array
- How to copy from object with out using the table index
- Mitosheet Not able to edit cell values
- Permission issues to modify files inside a container
- How do I fix the error for my code CPLEX?
- How to get edit information from TStringGrid
- Is there a way to edit the descriptions of pushed commits on GitHub?
- Google Scripts onEdit "reacts" two times in a row
- Powershell Parse logfile and add timestamps when missing
Related Questions in ISPF
- How to "stack" an ISPF command?
- How to use LISTDSI under OMVS
- IBM z/OS TSO ISPF Editor Cancel command - how to add "Are You Sure?" query dialog
- I need to add a /*XEQ ddcard to a PDS of jobs
- How can I determine the changes I've made to my ISPF Edit data before I save it?
- How to create multiple PDS members under ISPF from the current member?
- How can I save ISPF Edit labels?
- how to set wide screen size in ISPF
- When using ISPF Tables - are keys useful
- Detecting a change on a webpage under Gateway z/OS?
- Can I automatically set up a SCRNAME in z/OS ISPF when I log in?
- Is there a way an ISPF Edit macro can tell if it is invoked as an initial macro
- How do I insert and hide read-only line above specific line in monaco editor?
- What line changed in a PDSE member?
- Save job output from SDSF into a PDS and using ISPF functions in REXX
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?